Html Css Color HEX #858FB1 Wild Blue Yonder

📋 copy color: '#858FB1'

red 133 ◦ green 143 ◦ blue 177

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

Shades of Wild Blue Yonder #858FB1

Tints of Wild Blue Yonder #858FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.07%

R = 29.36%
G = 31.57%
B = 39.07%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#858FB1 (or 0x858FB1) is known color: Wild Blue Yonder. HEX triplet: 85, 8F and B1. RGB value is (133,143,177). Sum of RGB (Red+Green+Blue) = 133+143+177=453 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.36% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 177 (69.53% from 255 or 39.07% from 453); Max value from RGB is 177 - color contains mainly: blue. Hex color #858FB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858FB1 is #7A704E. Grayscale: #8F8F8F. Windows color (decimal): -8024143 or 11636613. OLE color: 11636613.

HSL color Cylindrical-coordinate representation of color #858FB1: hue angle of 226.36º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #858FB1 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 143 177 -
CMYK 0.25 0.19 0 0.31
HSL 226.36º 0.22% 0.61% -
HSV(B) 226.36º 0.25% 0.69% -
XYZ 27.43 27.81 45.52 -
YUV 143.89 146.69 120.24 -
System Red Green Blue C M Y K H S L
Decimal 133 143 177 0.25 0.19 0 0.31 226.36 0.22 0.61
Hex 85 8F B1 19 13 0 1F E2 16 3D
Octal 205 217 261 31 23 0 37 342 26 75
Binary 10000101 10001111 10110001 11001 10011 0 11111 11100010 10110 111101

Color Harmonies of #858FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858FB1

Black with #858FB1

Text Example


Text Example

White with #858FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,143,177); }

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

background-color css

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

 a { background-color: rgb(133,143,177); }

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

border-color css

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

 span { border-color: rgb(133,143,177); }

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