Html Css Color HEX #7899D7 Jordy Blue

📋 copy color: '#7899D7'

red 120 ◦ green 153 ◦ blue 215

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

Shades of Jordy Blue #7899D7

Tints of Jordy Blue #7899D7

RGB

 RED value IS 120 (47.27% from 255) = 24.59%

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

 BLUE value IS 215 (84.38% from 255) = 44.06%

R = 24.59%
G = 31.35%
B = 44.06%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7899D7 (or 0x7899D7) is known color: Jordy Blue. HEX triplet: 78, 99 and D7. RGB value is (120,153,215). Sum of RGB (Red+Green+Blue) = 120+153+215=488 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.59% from 488); Green value is 153 (60.16% from 255 or 31.35% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 215 - color contains mainly: blue. Hex color #7899D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7899D7 is #876628. Grayscale: #959595. Windows color (decimal): -8873513 or 14129528. OLE color: 14129528.

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

Color convert

RGB 120 153 215 -
CMYK 0.44 0.29 0 0.16
HSL 219.16º 0.54% 0.66% -
HSV(B) 219.16º 0.44% 0.84% -
XYZ 31.4 31.68 68.75 -
YUV 150.2 164.57 106.46 -
System Red Green Blue C M Y K H S L
Decimal 120 153 215 0.44 0.29 0 0.16 219.16 0.54 0.66
Hex 78 99 D7 2C 1D 0 10 DB 36 42
Octal 170 231 327 54 35 0 20 333 66 102
Binary 1111000 10011001 11010111 101100 11101 0 10000 11011011 110110 1000010

Color Harmonies of #7899D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7899D7

Black with #7899D7

Text Example


Text Example

White with #7899D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7899D7; }

 p { color: rgb(120,153,215); }

 H1.HeaderClassName
 {
   color: #7899D7;
 }
 .AnyTagClassName
 {
   color: #7899D7;
 }
</style>

background-color css

<style>
 a { background-color: #7899D7; }

 a { background-color: rgb(120,153,215); }

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

border-color css

<style>
 span { border-color: #7899D7; }

 span { border-color: rgb(120,153,215); }

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