Html Css Color HEX #8590C3 Wild Blue Yonder

📋 copy color: '#8590C3'

red 133 ◦ green 144 ◦ blue 195

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

Shades of Wild Blue Yonder #8590C3

Tints of Wild Blue Yonder #8590C3

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.51%

 BLUE value IS 195 (76.56% from 255) = 41.31%

R = 28.18%
G = 30.51%
B = 41.31%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8590C3 (or 0x8590C3) is known color: Wild Blue Yonder. HEX triplet: 85, 90 and C3. RGB value is (133,144,195). Sum of RGB (Red+Green+Blue) = 133+144+195=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 195 - color contains mainly: blue. Hex color #8590C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8590C3 is #7A6F3C. Grayscale: #929292. Windows color (decimal): -8023869 or 12816517. OLE color: 12816517.

HSL color Cylindrical-coordinate representation of color #8590C3: hue angle of 229.35º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8590C3 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 144 195 -
CMYK 0.32 0.26 0 0.24
HSL 229.35º 0.34% 0.64% -
HSV(B) 229.35º 0.32% 0.76% -
XYZ 29.5 28.87 55.65 -
YUV 146.53 155.36 118.35 -
System Red Green Blue C M Y K H S L
Decimal 133 144 195 0.32 0.26 0 0.24 229.35 0.34 0.64
Hex 85 90 C3 20 1A 0 18 E5 22 40
Octal 205 220 303 40 32 0 30 345 42 100
Binary 10000101 10010000 11000011 100000 11010 0 11000 11100101 100010 1000000

Color Harmonies of #8590C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8590C3

Black with #8590C3

Text Example


Text Example

White with #8590C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8590C3; }

 p { color: rgb(133,144,195); }

 H1.HeaderClassName
 {
   color: #8590C3;
 }
 .AnyTagClassName
 {
   color: #8590C3;
 }
</style>

background-color css

<style>
 a { background-color: #8590C3; }

 a { background-color: rgb(133,144,195); }

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

border-color css

<style>
 span { border-color: #8590C3; }

 span { border-color: rgb(133,144,195); }

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