Html Css Color HEX #7999DF Jordy Blue

📋 copy color: '#7999DF'

red 121 ◦ green 153 ◦ blue 223

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

Shades of Jordy Blue #7999DF

Tints of Jordy Blue #7999DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 24.35%
G = 30.78%
B = 44.87%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7999DF (or 0x7999DF) is known color: Jordy Blue. HEX triplet: 79, 99 and DF. RGB value is (121,153,223). Sum of RGB (Red+Green+Blue) = 121+153+223=497 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.35% from 497); Green value is 153 (60.16% from 255 or 30.78% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #7999DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7999DF is #866620. Grayscale: #979797. Windows color (decimal): -8807969 or 14653817. OLE color: 14653817.

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

Color convert

RGB 121 153 223 -
CMYK 0.46 0.31 0 0.13
HSL 221.18º 0.61% 0.67% -
HSV(B) 221.18º 0.46% 0.87% -
XYZ 32.6 32.18 74.3 -
YUV 151.41 168.4 106.31 -
System Red Green Blue C M Y K H S L
Decimal 121 153 223 0.46 0.31 0 0.13 221.18 0.61 0.67
Hex 79 99 DF 2E 1F 0 D DD 3D 43
Octal 171 231 337 56 37 0 15 335 75 103
Binary 1111001 10011001 11011111 101110 11111 0 1101 11011101 111101 1000011

Color Harmonies of #7999DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7999DF

Black with #7999DF

Text Example


Text Example

White with #7999DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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