Html Css Color HEX #8594E0 Portage

📋 copy color: '#8594E0'

red 133 ◦ green 148 ◦ blue 224

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

Shades of Portage #8594E0

Tints of Portage #8594E0

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.31%

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

R = 26.34%
G = 29.31%
B = 44.36%

CMYK

 C value IS 0.41

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8594E0 (or 0x8594E0) is known color: Portage. HEX triplet: 85, 94 and E0. RGB value is (133,148,224). Sum of RGB (Red+Green+Blue) = 133+148+224=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 224 - color contains mainly: blue. Hex color #8594E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8594E0 is #7A6B1F. Grayscale: #979797. Windows color (decimal): -8022816 or 14718085. OLE color: 14718085.

HSL color Cylindrical-coordinate representation of color #8594E0: hue angle of 230.11º 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 #8594E0 is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 148 224 -
CMYK 0.41 0.34 0 0.12
HSL 230.11º 0.59% 0.7% -
HSV(B) 230.11º 0.41% 0.88% -
XYZ 33.72 31.55 74.83 -
YUV 152.18 168.53 114.32 -
System Red Green Blue C M Y K H S L
Decimal 133 148 224 0.41 0.34 0 0.12 230.11 0.59 0.7
Hex 85 94 E0 29 22 0 C E6 3B 46
Octal 205 224 340 51 42 0 14 346 73 106
Binary 10000101 10010100 11100000 101001 100010 0 1100 11100110 111011 1000110

Color Harmonies of #8594E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8594E0

Black with #8594E0

Text Example


Text Example

White with #8594E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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