Html Css Color HEX #8596C3 Wild Blue Yonder

📋 copy color: '#8596C3'

red 133 ◦ green 150 ◦ blue 195

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

Shades of Wild Blue Yonder #8596C3

Tints of Wild Blue Yonder #8596C3

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.38%

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

R = 27.82%
G = 31.38%
B = 40.79%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8596C3 (or 0x8596C3) is known color: Wild Blue Yonder. HEX triplet: 85, 96 and C3. RGB value is (133,150,195). Sum of RGB (Red+Green+Blue) = 133+150+195=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 195 (76.56% from 255 or 40.79% from 478); Max value from RGB is 195 - color contains mainly: blue. Hex color #8596C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8596C3 is #7A693C. Grayscale: #959595. Windows color (decimal): -8022333 or 12818053. OLE color: 12818053.

HSL color Cylindrical-coordinate representation of color #8596C3: hue angle of 223.55º 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 #8596C3 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 133 150 195 -
CMYK 0.32 0.23 0 0.24
HSL 223.55º 0.34% 0.64% -
HSV(B) 223.55º 0.32% 0.76% -
XYZ 30.43 30.74 55.96 -
YUV 150.05 153.37 115.84 -
System Red Green Blue C M Y K H S L
Decimal 133 150 195 0.32 0.23 0 0.24 223.55 0.34 0.64
Hex 85 96 C3 20 17 0 18 E0 22 40
Octal 205 226 303 40 27 0 30 340 42 100
Binary 10000101 10010110 11000011 100000 10111 0 11000 11100000 100010 1000000

Color Harmonies of #8596C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8596C3

Black with #8596C3

Text Example


Text Example

White with #8596C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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