Html Css Color HEX #898DBE Wild Blue Yonder

📋 copy color: '#898DBE'

red 137 ◦ green 141 ◦ blue 190

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

Shades of Wild Blue Yonder #898DBE

Tints of Wild Blue Yonder #898DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.6%

R = 29.27%
G = 30.13%
B = 40.6%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#898DBE (or 0x898DBE) is known color: Wild Blue Yonder. HEX triplet: 89, 8D and BE. RGB value is (137,141,190). Sum of RGB (Red+Green+Blue) = 137+141+190=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 190 - color contains mainly: blue. Hex color #898DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #898DBE is #767241. Grayscale: #919191. Windows color (decimal): -7762498 or 12488073. OLE color: 12488073.

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

Color convert

RGB 137 141 190 -
CMYK 0.28 0.26 0 0.25
HSL 235.47º 0.29% 0.64% -
HSV(B) 235.47º 0.28% 0.75% -
XYZ 29.14 28.09 52.6 -
YUV 145.39 153.17 122.02 -
System Red Green Blue C M Y K H S L
Decimal 137 141 190 0.28 0.26 0 0.25 235.47 0.29 0.64
Hex 89 8D BE 1C 1A 0 19 EB 1D 40
Octal 211 215 276 34 32 0 31 353 35 100
Binary 10001001 10001101 10111110 11100 11010 0 11001 11101011 11101 1000000

Color Harmonies of #898DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898DBE

Black with #898DBE

Text Example


Text Example

White with #898DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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