Html Css Color HEX #8594CA Portage

📋 copy color: '#8594CA'

red 133 ◦ green 148 ◦ blue 202

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

Shades of Portage #8594CA

Tints of Portage #8594CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.82%

R = 27.54%
G = 30.64%
B = 41.82%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8594CA (or 0x8594CA) is known color: Portage. HEX triplet: 85, 94 and CA. RGB value is (133,148,202). Sum of RGB (Red+Green+Blue) = 133+148+202=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 148 (58.20% from 255 or 30.64% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #8594CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8594CA is #7A6B35. Grayscale: #959595. Windows color (decimal): -8022838 or 13276293. OLE color: 13276293.

HSL color Cylindrical-coordinate representation of color #8594CA: hue angle of 226.96º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8594CA is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 133 148 202 -
CMYK 0.34 0.27 0 0.21
HSL 226.96º 0.39% 0.66% -
HSV(B) 226.96º 0.34% 0.79% -
XYZ 30.92 30.43 60.12 -
YUV 149.67 157.53 116.11 -
System Red Green Blue C M Y K H S L
Decimal 133 148 202 0.34 0.27 0 0.21 226.96 0.39 0.66
Hex 85 94 CA 22 1B 0 15 E3 27 42
Octal 205 224 312 42 33 0 25 343 47 102
Binary 10000101 10010100 11001010 100010 11011 0 10101 11100011 100111 1000010

Color Harmonies of #8594CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8594CA

Black with #8594CA

Text Example


Text Example

White with #8594CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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