Html Css Color HEX #7999D6 Jordy Blue

📋 copy color: '#7999D6'

red 121 ◦ green 153 ◦ blue 214

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

Shades of Jordy Blue #7999D6

Tints of Jordy Blue #7999D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.85%

R = 24.8%
G = 31.35%
B = 43.85%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7999D6 (or 0x7999D6) is known color: Jordy Blue. HEX triplet: 79, 99 and D6. RGB value is (121,153,214). Sum of RGB (Red+Green+Blue) = 121+153+214=488 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.80% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #7999D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7999D6 is #866629. Grayscale: #969696. Windows color (decimal): -8807978 or 14063993. OLE color: 14063993.

HSL color Cylindrical-coordinate representation of color #7999D6: hue angle of 219.35º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7999D6 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 121 153 214 -
CMYK 0.43 0.29 0 0.16
HSL 219.35º 0.53% 0.66% -
HSV(B) 219.35º 0.43% 0.84% -
XYZ 31.41 31.7 68.08 -
YUV 150.39 163.9 107.04 -
System Red Green Blue C M Y K H S L
Decimal 121 153 214 0.43 0.29 0 0.16 219.35 0.53 0.66
Hex 79 99 D6 2B 1D 0 10 DB 35 42
Octal 171 231 326 53 35 0 20 333 65 102
Binary 1111001 10011001 11010110 101011 11101 0 10000 11011011 110101 1000010

Color Harmonies of #7999D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7999D6

Black with #7999D6

Text Example


Text Example

White with #7999D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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