Html Css Color HEX #7899DC Jordy Blue

📋 copy color: '#7899DC'

red 120 ◦ green 153 ◦ blue 220

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

Shades of Jordy Blue #7899DC

Tints of Jordy Blue #7899DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.62%

R = 24.34%
G = 31.03%
B = 44.62%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7899DC (or 0x7899DC) is known color: Jordy Blue. HEX triplet: 78, 99 and DC. RGB value is (120,153,220). Sum of RGB (Red+Green+Blue) = 120+153+220=493 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.34% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #7899DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7899DC is #876623. Grayscale: #969696. Windows color (decimal): -8873508 or 14457208. OLE color: 14457208.

HSL color Cylindrical-coordinate representation of color #7899DC: hue angle of 220.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7899DC is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 153 220 -
CMYK 0.45 0.30 0 0.14
HSL 220.2º 0.59% 0.67% -
HSV(B) 220.2º 0.45% 0.86% -
XYZ 32.06 31.94 72.19 -
YUV 150.77 167.07 106.05 -
System Red Green Blue C M Y K H S L
Decimal 120 153 220 0.45 0.30 0 0.14 220.2 0.59 0.67
Hex 78 99 DC 2D 1E 0 E DC 3B 43
Octal 170 231 334 55 36 0 16 334 73 103
Binary 1111000 10011001 11011100 101101 11110 0 1110 11011100 111011 1000011

Color Harmonies of #7899DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7899DC

Black with #7899DC

Text Example


Text Example

White with #7899DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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