Html Css Color HEX #7999D5 Jordy Blue

📋 copy color: '#7999D5'

red 121 ◦ green 153 ◦ blue 213

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

Shades of Jordy Blue #7999D5

Tints of Jordy Blue #7999D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.74%

R = 24.85%
G = 31.42%
B = 43.74%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7999D5 (or 0x7999D5) is known color: Jordy Blue. HEX triplet: 79, 99 and D5. RGB value is (121,153,213). Sum of RGB (Red+Green+Blue) = 121+153+213=487 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.85% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #7999D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7999D5 is #86662A. Grayscale: #969696. Windows color (decimal): -8807979 or 13998457. OLE color: 13998457.

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

Color convert

RGB 121 153 213 -
CMYK 0.43 0.28 0 0.16
HSL 219.13º 0.52% 0.65% -
HSV(B) 219.13º 0.43% 0.84% -
XYZ 31.29 31.65 67.41 -
YUV 150.27 163.4 107.12 -
System Red Green Blue C M Y K H S L
Decimal 121 153 213 0.43 0.28 0 0.16 219.13 0.52 0.65
Hex 79 99 D5 2B 1C 0 10 DB 34 41
Octal 171 231 325 53 34 0 20 333 64 101
Binary 1111001 10011001 11010101 101011 11100 0 10000 11011011 110100 1000001

Color Harmonies of #7999D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7999D5

Black with #7999D5

Text Example


Text Example

White with #7999D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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