Html Css Color HEX #8595E0 Portage

📋 copy color: '#8595E0'

red 133 ◦ green 149 ◦ blue 224

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

Shades of Portage #8595E0

Tints of Portage #8595E0

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.45%

 BLUE value IS 224 (87.89% from 255) = 44.27%

R = 26.28%
G = 29.45%
B = 44.27%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8595E0 (or 0x8595E0) is known color: Portage. HEX triplet: 85, 95 and E0. RGB value is (133,149,224). Sum of RGB (Red+Green+Blue) = 133+149+224=506 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.28% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #8595E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8595E0 is #7A6A1F. Grayscale: #989898. Windows color (decimal): -8022560 or 14718341. OLE color: 14718341.

HSL color Cylindrical-coordinate representation of color #8595E0: hue angle of 229.45º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8595E0 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 149 224 -
CMYK 0.41 0.33 0 0.12
HSL 229.45º 0.59% 0.7% -
HSV(B) 229.45º 0.41% 0.88% -
XYZ 33.87 31.86 74.89 -
YUV 152.77 168.2 113.9 -
System Red Green Blue C M Y K H S L
Decimal 133 149 224 0.41 0.33 0 0.12 229.45 0.59 0.7
Hex 85 95 E0 29 21 0 C E5 3B 46
Octal 205 225 340 51 41 0 14 345 73 106
Binary 10000101 10010101 11100000 101001 100001 0 1100 11100101 111011 1000110

Color Harmonies of #8595E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8595E0

Black with #8595E0

Text Example


Text Example

White with #8595E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8595E0; }

 p { color: rgb(133,149,224); }

 H1.HeaderClassName
 {
   color: #8595E0;
 }
 .AnyTagClassName
 {
   color: #8595E0;
 }
</style>

background-color css

<style>
 a { background-color: #8595E0; }

 a { background-color: rgb(133,149,224); }

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

border-color css

<style>
 span { border-color: #8595E0; }

 span { border-color: rgb(133,149,224); }

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