Html Css Color HEX #8596EA Portage

📋 copy color: '#8596EA'

red 133 ◦ green 150 ◦ blue 234

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

Shades of Portage #8596EA

Tints of Portage #8596EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.26%

R = 25.73%
G = 29.01%
B = 45.26%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8596EA (or 0x8596EA) is known color: Portage. HEX triplet: 85, 96 and EA. RGB value is (133,150,234). Sum of RGB (Red+Green+Blue) = 133+150+234=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #8596EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8596EA is #7A6915. Grayscale: #9A9A9A. Windows color (decimal): -8022294 or 15373957. OLE color: 15373957.

HSL color Cylindrical-coordinate representation of color #8596EA: hue angle of 229.9º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8596EA is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 133 150 234 -
CMYK 0.43 0.36 0 0.08
HSL 229.9º 0.71% 0.72% -
HSV(B) 229.9º 0.43% 0.92% -
XYZ 35.43 32.74 82.29 -
YUV 154.49 172.87 112.67 -
System Red Green Blue C M Y K H S L
Decimal 133 150 234 0.43 0.36 0 0.08 229.9 0.71 0.72
Hex 85 96 EA 2B 24 0 8 E6 47 48
Octal 205 226 352 53 44 0 10 346 107 110
Binary 10000101 10010110 11101010 101011 100100 0 1000 11100110 1000111 1001000

Color Harmonies of #8596EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8596EA

Black with #8596EA

Text Example


Text Example

White with #8596EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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