Html Css Color HEX #858ABD Wild Blue Yonder

📋 copy color: '#858ABD'

red 133 ◦ green 138 ◦ blue 189

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

Shades of Wild Blue Yonder #858ABD

Tints of Wild Blue Yonder #858ABD

RGB

 RED value IS 133 (52.34% from 255) = 28.91%

 GREEN value IS 138 (54.3% from 255) = 30%

 BLUE value IS 189 (74.22% from 255) = 41.09%

R = 28.91%
G = 30%
B = 41.09%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#858ABD (or 0x858ABD) is known color: Wild Blue Yonder. HEX triplet: 85, 8A and BD. RGB value is (133,138,189). Sum of RGB (Red+Green+Blue) = 133+138+189=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #858ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858ABD is #7A7542. Grayscale: #8E8E8E. Windows color (decimal): -8025411 or 12421765. OLE color: 12421765.

HSL color Cylindrical-coordinate representation of color #858ABD: hue angle of 234.64º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #858ABD is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 138 189 -
CMYK 0.30 0.27 0 0.26
HSL 234.64º 0.3% 0.63% -
HSV(B) 234.64º 0.3% 0.74% -
XYZ 27.95 26.84 51.85 -
YUV 142.32 154.34 121.35 -
System Red Green Blue C M Y K H S L
Decimal 133 138 189 0.30 0.27 0 0.26 234.64 0.3 0.63
Hex 85 8A BD 1E 1B 0 1A EB 1E 3F
Octal 205 212 275 36 33 0 32 353 36 77
Binary 10000101 10001010 10111101 11110 11011 0 11010 11101011 11110 111111

Color Harmonies of #858ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858ABD

Black with #858ABD

Text Example


Text Example

White with #858ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858ABD; }

 p { color: rgb(133,138,189); }

 H1.HeaderClassName
 {
   color: #858ABD;
 }
 .AnyTagClassName
 {
   color: #858ABD;
 }
</style>

background-color css

<style>
 a { background-color: #858ABD; }

 a { background-color: rgb(133,138,189); }

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

border-color css

<style>
 span { border-color: #858ABD; }

 span { border-color: rgb(133,138,189); }

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