Html Css Color HEX #7898DB Jordy Blue

📋 copy color: '#7898DB'

red 120 ◦ green 152 ◦ blue 219

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

Shades of Jordy Blue #7898DB

Tints of Jordy Blue #7898DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 24.44%
G = 30.96%
B = 44.6%

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

#7898DB (or 0x7898DB) is known color: Jordy Blue. HEX triplet: 78, 98 and DB. RGB value is (120,152,219). Sum of RGB (Red+Green+Blue) = 120+152+219=491 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.44% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #7898DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7898DB is #876724. Grayscale: #959595. Windows color (decimal): -8873765 or 14391416. OLE color: 14391416.

HSL color Cylindrical-coordinate representation of color #7898DB: hue angle of 220.61º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7898DB is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 152 219 -
CMYK 0.45 0.31 0 0.14
HSL 220.61º 0.58% 0.66% -
HSV(B) 220.61º 0.45% 0.86% -
XYZ 31.76 31.56 71.44 -
YUV 150.07 166.9 106.55 -
System Red Green Blue C M Y K H S L
Decimal 120 152 219 0.45 0.31 0 0.14 220.61 0.58 0.66
Hex 78 98 DB 2D 1F 0 E DD 3A 42
Octal 170 230 333 55 37 0 16 335 72 102
Binary 1111000 10011000 11011011 101101 11111 0 1110 11011101 111010 1000010

Color Harmonies of #7898DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7898DB

Black with #7898DB

Text Example


Text Example

White with #7898DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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