Html Css Color HEX #898FC0 Wild Blue Yonder

📋 copy color: '#898FC0'

red 137 ◦ green 143 ◦ blue 192

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

Shades of Wild Blue Yonder #898FC0

Tints of Wild Blue Yonder #898FC0

RGB

 RED value IS 137 (53.91% from 255) = 29.03%

 GREEN value IS 143 (56.25% from 255) = 30.3%

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

R = 29.03%
G = 30.3%
B = 40.68%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#898FC0 (or 0x898FC0) is known color: Wild Blue Yonder. HEX triplet: 89, 8F and C0. RGB value is (137,143,192). Sum of RGB (Red+Green+Blue) = 137+143+192=472 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.03% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 192 - color contains mainly: blue. Hex color #898FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898FC0 is #76703F. Grayscale: #929292. Windows color (decimal): -7761984 or 12619657. OLE color: 12619657.

HSL color Cylindrical-coordinate representation of color #898FC0: hue angle of 233.45º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #898FC0 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 143 192 -
CMYK 0.29 0.26 0 0.25
HSL 233.45º 0.3% 0.65% -
HSV(B) 233.45º 0.29% 0.75% -
XYZ 29.65 28.77 53.86 -
YUV 146.79 153.51 121.02 -
System Red Green Blue C M Y K H S L
Decimal 137 143 192 0.29 0.26 0 0.25 233.45 0.3 0.65
Hex 89 8F C0 1D 1A 0 19 E9 1E 41
Octal 211 217 300 35 32 0 31 351 36 101
Binary 10001001 10001111 11000000 11101 11010 0 11001 11101001 11110 1000001

Color Harmonies of #898FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898FC0

Black with #898FC0

Text Example


Text Example

White with #898FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898FC0; }

 p { color: rgb(137,143,192); }

 H1.HeaderClassName
 {
   color: #898FC0;
 }
 .AnyTagClassName
 {
   color: #898FC0;
 }
</style>

background-color css

<style>
 a { background-color: #898FC0; }

 a { background-color: rgb(137,143,192); }

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

border-color css

<style>
 span { border-color: #898FC0; }

 span { border-color: rgb(137,143,192); }

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