Html Css Color HEX #8589C1 Wild Blue Yonder

📋 copy color: '#8589C1'

red 133 ◦ green 137 ◦ blue 193

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

Shades of Wild Blue Yonder #8589C1

Tints of Wild Blue Yonder #8589C1

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.59%

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

R = 28.73%
G = 29.59%
B = 41.68%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8589C1 (or 0x8589C1) is known color: Wild Blue Yonder. HEX triplet: 85, 89 and C1. RGB value is (133,137,193). Sum of RGB (Red+Green+Blue) = 133+137+193=463 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.73% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #8589C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8589C1 is #7A763E. Grayscale: #8D8D8D. Windows color (decimal): -8025663 or 12683653. OLE color: 12683653.

HSL color Cylindrical-coordinate representation of color #8589C1: hue angle of 236º 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 #8589C1 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 137 193 -
CMYK 0.31 0.29 0 0.24
HSL 236º 0.33% 0.64% -
HSV(B) 236º 0.31% 0.76% -
XYZ 28.24 26.73 54.12 -
YUV 142.19 156.67 121.45 -
System Red Green Blue C M Y K H S L
Decimal 133 137 193 0.31 0.29 0 0.24 236 0.33 0.64
Hex 85 89 C1 1F 1D 0 18 EC 21 40
Octal 205 211 301 37 35 0 30 354 41 100
Binary 10000101 10001001 11000001 11111 11101 0 11000 11101100 100001 1000000

Color Harmonies of #8589C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8589C1

Black with #8589C1

Text Example


Text Example

White with #8589C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8589C1; }

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

 H1.HeaderClassName
 {
   color: #8589C1;
 }
 .AnyTagClassName
 {
   color: #8589C1;
 }
</style>

background-color css

<style>
 a { background-color: #8589C1; }

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

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

border-color css

<style>
 span { border-color: #8589C1; }

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

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