Html Css Color HEX #7999DE Jordy Blue

📋 copy color: '#7999DE'

red 121 ◦ green 153 ◦ blue 222

#7999DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #7999DE

Tints of Jordy Blue #7999DE

RGB

 RED value IS 121 (47.66% from 255) = 24.4%

 GREEN value IS 153 (60.16% from 255) = 30.85%

 BLUE value IS 222 (87.11% from 255) = 44.76%

R = 24.4%
G = 30.85%
B = 44.76%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7999DE (or 0x7999DE) is known color: Jordy Blue. HEX triplet: 79, 99 and DE. RGB value is (121,153,222). Sum of RGB (Red+Green+Blue) = 121+153+222=496 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.40% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 222 (87.11% from 255 or 44.76% from 496); Max value from RGB is 222 - color contains mainly: blue. Hex color #7999DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7999DE is #866621. Grayscale: #969696. Windows color (decimal): -8807970 or 14588281. OLE color: 14588281.

HSL color Cylindrical-coordinate representation of color #7999DE: hue angle of 220.99º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7999DE is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 153 222 -
CMYK 0.45 0.31 0 0.13
HSL 220.99º 0.6% 0.67% -
HSV(B) 220.99º 0.45% 0.87% -
XYZ 32.46 32.12 73.6 -
YUV 151.3 167.9 106.39 -
System Red Green Blue C M Y K H S L
Decimal 121 153 222 0.45 0.31 0 0.13 220.99 0.6 0.67
Hex 79 99 DE 2D 1F 0 D DD 3C 43
Octal 171 231 336 55 37 0 15 335 74 103
Binary 1111001 10011001 11011110 101101 11111 0 1101 11011101 111100 1000011

Color Harmonies of #7999DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7999DE

Black with #7999DE

Text Example


Text Example

White with #7999DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7999DE;
 }
 .AnyTagClassName
 {
   color: #7999DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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