Html Css Color HEX #858AC1 Wild Blue Yonder

📋 copy color: '#858AC1'

red 133 ◦ green 138 ◦ blue 193

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

Shades of Wild Blue Yonder #858AC1

Tints of Wild Blue Yonder #858AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.59%

R = 28.66%
G = 29.74%
B = 41.59%

CMYK

 C value IS 0.31

 M value IS 0.28

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#858AC1 (or 0x858AC1) is known color: Wild Blue Yonder. HEX triplet: 85, 8A and C1. RGB value is (133,138,193). Sum of RGB (Red+Green+Blue) = 133+138+193=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #858AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #858AC1 is #7A753E. Grayscale: #8E8E8E. Windows color (decimal): -8025407 or 12683909. OLE color: 12683909.

HSL color Cylindrical-coordinate representation of color #858AC1: hue angle of 235º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #858AC1 is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 138 193 -
CMYK 0.31 0.28 0 0.24
HSL 235º 0.33% 0.64% -
HSV(B) 235º 0.31% 0.76% -
XYZ 28.39 27.01 54.17 -
YUV 142.78 156.34 121.03 -
System Red Green Blue C M Y K H S L
Decimal 133 138 193 0.31 0.28 0 0.24 235 0.33 0.64
Hex 85 8A C1 1F 1C 0 18 EB 21 40
Octal 205 212 301 37 34 0 30 353 41 100
Binary 10000101 10001010 11000001 11111 11100 0 11000 11101011 100001 1000000

Color Harmonies of #858AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858AC1

Black with #858AC1

Text Example


Text Example

White with #858AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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