Html Css Color HEX #858CBB Wild Blue Yonder

📋 copy color: '#858CBB'

red 133 ◦ green 140 ◦ blue 187

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

Shades of Wild Blue Yonder #858CBB

Tints of Wild Blue Yonder #858CBB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.43%

 BLUE value IS 187 (73.44% from 255) = 40.65%

R = 28.91%
G = 30.43%
B = 40.65%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#858CBB (or 0x858CBB) is known color: Wild Blue Yonder. HEX triplet: 85, 8C and BB. RGB value is (133,140,187). Sum of RGB (Red+Green+Blue) = 133+140+187=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #858CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858CBB is #7A7344. Grayscale: #8F8F8F. Windows color (decimal): -8024901 or 12291205. OLE color: 12291205.

HSL color Cylindrical-coordinate representation of color #858CBB: hue angle of 232.22º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #858CBB is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 140 187 -
CMYK 0.29 0.25 0 0.27
HSL 232.22º 0.28% 0.63% -
HSV(B) 232.22º 0.29% 0.73% -
XYZ 28.02 27.33 50.81 -
YUV 143.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 133 140 187 0.29 0.25 0 0.27 232.22 0.28 0.63
Hex 85 8C BB 1D 19 0 1B E8 1C 3F
Octal 205 214 273 35 31 0 33 350 34 77
Binary 10000101 10001100 10111011 11101 11001 0 11011 11101000 11100 111111

Color Harmonies of #858CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858CBB

Black with #858CBB

Text Example


Text Example

White with #858CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,140,187); }

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

background-color css

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

 a { background-color: rgb(133,140,187); }

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

border-color css

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

 span { border-color: rgb(133,140,187); }

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