Html Css Color HEX #7898DC Jordy Blue

📋 copy color: '#7898DC'

red 120 ◦ green 152 ◦ blue 220

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

Shades of Jordy Blue #7898DC

Tints of Jordy Blue #7898DC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.89%

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

R = 24.39%
G = 30.89%
B = 44.72%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7898DC (or 0x7898DC) is known color: Jordy Blue. HEX triplet: 78, 98 and DC. RGB value is (120,152,220). Sum of RGB (Red+Green+Blue) = 120+152+220=492 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.39% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #7898DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7898DC is #876723. Grayscale: #959595. Windows color (decimal): -8873764 or 14456952. OLE color: 14456952.

HSL color Cylindrical-coordinate representation of color #7898DC: hue angle of 220.8º 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 #7898DC is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 152 220 -
CMYK 0.45 0.31 0 0.14
HSL 220.8º 0.59% 0.67% -
HSV(B) 220.8º 0.45% 0.86% -
XYZ 31.89 31.62 72.13 -
YUV 150.18 167.4 106.47 -
System Red Green Blue C M Y K H S L
Decimal 120 152 220 0.45 0.31 0 0.14 220.8 0.59 0.67
Hex 78 98 DC 2D 1F 0 E DD 3B 43
Octal 170 230 334 55 37 0 16 335 73 103
Binary 1111000 10011000 11011100 101101 11111 0 1110 11011101 111011 1000011

Color Harmonies of #7898DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7898DC

Black with #7898DC

Text Example


Text Example

White with #7898DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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