Html Css Color HEX #858ABF Wild Blue Yonder

📋 copy color: '#858ABF'

red 133 ◦ green 138 ◦ blue 191

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

Shades of Wild Blue Yonder #858ABF

Tints of Wild Blue Yonder #858ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.34%

R = 28.79%
G = 29.87%
B = 41.34%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#858ABF (or 0x858ABF) is known color: Wild Blue Yonder. HEX triplet: 85, 8A and BF. RGB value is (133,138,191). Sum of RGB (Red+Green+Blue) = 133+138+191=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #858ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858ABF is #7A7540. Grayscale: #8E8E8E. Windows color (decimal): -8025409 or 12552837. OLE color: 12552837.

HSL color Cylindrical-coordinate representation of color #858ABF: hue angle of 234.83º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #858ABF is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 138 191 -
CMYK 0.30 0.28 0 0.25
HSL 234.83º 0.31% 0.64% -
HSV(B) 234.83º 0.3% 0.75% -
XYZ 28.17 26.93 53 -
YUV 142.55 155.34 121.19 -
System Red Green Blue C M Y K H S L
Decimal 133 138 191 0.30 0.28 0 0.25 234.83 0.31 0.64
Hex 85 8A BF 1E 1C 0 19 EB 1F 40
Octal 205 212 277 36 34 0 31 353 37 100
Binary 10000101 10001010 10111111 11110 11100 0 11001 11101011 11111 1000000

Color Harmonies of #858ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858ABF

Black with #858ABF

Text Example


Text Example

White with #858ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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