Html Css Color HEX #858BC7 Wild Blue Yonder

📋 copy color: '#858BC7'

red 133 ◦ green 139 ◦ blue 199

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

Shades of Wild Blue Yonder #858BC7

Tints of Wild Blue Yonder #858BC7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.51%

 BLUE value IS 199 (78.13% from 255) = 42.25%

R = 28.24%
G = 29.51%
B = 42.25%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#858BC7 (or 0x858BC7) is known color: Wild Blue Yonder. HEX triplet: 85, 8B and C7. RGB value is (133,139,199). Sum of RGB (Red+Green+Blue) = 133+139+199=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 199 (78.12% from 255 or 42.25% from 471); Max value from RGB is 199 - color contains mainly: blue. Hex color #858BC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858BC7 is #7A7438. Grayscale: #8F8F8F. Windows color (decimal): -8025145 or 13077381. OLE color: 13077381.

HSL color Cylindrical-coordinate representation of color #858BC7: hue angle of 234.55º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #858BC7 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 139 199 -
CMYK 0.33 0.30 0 0.22
HSL 234.55º 0.37% 0.65% -
HSV(B) 234.55º 0.33% 0.78% -
XYZ 29.21 27.58 57.82 -
YUV 144.05 159.01 120.12 -
System Red Green Blue C M Y K H S L
Decimal 133 139 199 0.33 0.30 0 0.22 234.55 0.37 0.65
Hex 85 8B C7 21 1E 0 16 EB 25 41
Octal 205 213 307 41 36 0 26 353 45 101
Binary 10000101 10001011 11000111 100001 11110 0 10110 11101011 100101 1000001

Color Harmonies of #858BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858BC7

Black with #858BC7

Text Example


Text Example

White with #858BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,139,199); }

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

background-color css

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

 a { background-color: rgb(133,139,199); }

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

border-color css

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

 span { border-color: rgb(133,139,199); }

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