Html Css Color HEX #898DBC Wild Blue Yonder

📋 copy color: '#898DBC'

red 137 ◦ green 141 ◦ blue 188

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

Shades of Wild Blue Yonder #898DBC

Tints of Wild Blue Yonder #898DBC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.26%

 BLUE value IS 188 (73.83% from 255) = 40.34%

R = 29.4%
G = 30.26%
B = 40.34%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#898DBC (or 0x898DBC) is known color: Wild Blue Yonder. HEX triplet: 89, 8D and BC. RGB value is (137,141,188). Sum of RGB (Red+Green+Blue) = 137+141+188=466 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.40% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #898DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898DBC is #767243. Grayscale: #909090. Windows color (decimal): -7762500 or 12357001. OLE color: 12357001.

HSL color Cylindrical-coordinate representation of color #898DBC: hue angle of 235.29º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #898DBC is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 137 141 188 -
CMYK 0.27 0.25 0 0.26
HSL 235.29º 0.28% 0.64% -
HSV(B) 235.29º 0.27% 0.74% -
XYZ 28.92 28 51.46 -
YUV 145.16 152.17 122.18 -
System Red Green Blue C M Y K H S L
Decimal 137 141 188 0.27 0.25 0 0.26 235.29 0.28 0.64
Hex 89 8D BC 1B 19 0 1A EB 1C 40
Octal 211 215 274 33 31 0 32 353 34 100
Binary 10001001 10001101 10111100 11011 11001 0 11010 11101011 11100 1000000

Color Harmonies of #898DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898DBC

Black with #898DBC

Text Example


Text Example

White with #898DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,141,188); }

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

background-color css

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

 a { background-color: rgb(137,141,188); }

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

border-color css

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

 span { border-color: rgb(137,141,188); }

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