Html Css Color HEX #7898C0 Wild Blue Yonder

📋 copy color: '#7898C0'

red 120 ◦ green 152 ◦ blue 192

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

Shades of Wild Blue Yonder #7898C0

Tints of Wild Blue Yonder #7898C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.38%

R = 25.86%
G = 32.76%
B = 41.38%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7898C0 (or 0x7898C0) is known color: Wild Blue Yonder. HEX triplet: 78, 98 and C0. RGB value is (120,152,192). Sum of RGB (Red+Green+Blue) = 120+152+192=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #7898C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7898C0 is #87673F. Grayscale: #929292. Windows color (decimal): -8873792 or 12621944. OLE color: 12621944.

HSL color Cylindrical-coordinate representation of color #7898C0: hue angle of 213.33º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7898C0 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 120 152 192 -
CMYK 0.38 0.21 0 0.25
HSL 213.33º 0.36% 0.61% -
HSV(B) 213.33º 0.38% 0.75% -
XYZ 28.49 30.26 54.21 -
YUV 146.99 153.4 108.75 -
System Red Green Blue C M Y K H S L
Decimal 120 152 192 0.38 0.21 0 0.25 213.33 0.36 0.61
Hex 78 98 C0 26 15 0 19 D5 24 3D
Octal 170 230 300 46 25 0 31 325 44 75
Binary 1111000 10011000 11000000 100110 10101 0 11001 11010101 100100 111101

Color Harmonies of #7898C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7898C0

Black with #7898C0

Text Example


Text Example

White with #7898C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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