#7999E1

Color #7999E1 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7999E1

Tints of Jordy Blue #7999E1

Color information

#7999E1 (or 0x7999E1) is unknown color: approx Jordy Blue. HEX triplet: 79, 99 and E1. RGB value is (121,153,225). Sum of RGB (Red+Green+Blue) = 121+153+225=499 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.25% from 499); Green value is 153 (60.16% from 255 or 30.66% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 225 - color contains mainly: blue. Hex color #7999E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7999E1 is #86661E. Grayscale: #979797. Windows color (decimal): -8807967 or 14784889. OLE color: 14784889.

HSL color Cylindrical-coordinate representation of color #7999E1: hue angle of 221.54º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7999E1 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB121153225-
CMYK0.460.3200.12
HSL221.54º63.41%67.84%-
HSV(B)221.54º46.22%88.24%-
XYZ32.8732.2875.73-
YUV151.64169.4106.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 24.25%
GREEN value IS 153 (60.16% from 255) = 30.66%
BLUE value IS 225 (88.28% from 255) = 45.09%
R=24.25%
G=30.66%
B=45.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1211532250.460.3200.12221.5463.4167.84
Hex7999E12E200Cde3f44
Octal171231341564001433677104
Binary1111001100110011110000110111010000001100110111101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7999E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7999E1; }

 p { color: rgb(121,153,225); }

 H1.HeaderClassName
 {
   color: #7999E1;
 }
 .AnyTagClassName
 {
   color: #7999E1;
 }
</style>
background-color css

<style>
 a { background-color: #7999E1; }

 a { background-color: rgb(121,153,225); }

 div.DivClassName
 {
   background-color: #7999E1;
 }
 .BgClassName
 {
   background-color: #7999E1;
 }
</style>
border-color css

<style>
 span { border-color: #7999E1; }

 span { border-color: rgb(121,153,225); }

 td.TdClassName
 {
   border-color: #7999E1;
 }
 .TagClassName
 {
   border-color: #7999E1;
 }
</style>