Html Css Color HEX #8594DC Portage

📋 copy color: '#8594DC'

red 133 ◦ green 148 ◦ blue 220

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

Shades of Portage #8594DC

Tints of Portage #8594DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 26.55%
G = 29.54%
B = 43.91%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8594DC (or 0x8594DC) is known color: Portage. HEX triplet: 85, 94 and DC. RGB value is (133,148,220). Sum of RGB (Red+Green+Blue) = 133+148+220=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #8594DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8594DC is #7A6B23. Grayscale: #979797. Windows color (decimal): -8022820 or 14455941. OLE color: 14455941.

HSL color Cylindrical-coordinate representation of color #8594DC: hue angle of 229.66º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8594DC is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 148 220 -
CMYK 0.40 0.33 0 0.14
HSL 229.66º 0.55% 0.69% -
HSV(B) 229.66º 0.4% 0.86% -
XYZ 33.18 31.33 72.01 -
YUV 151.72 166.53 114.65 -
System Red Green Blue C M Y K H S L
Decimal 133 148 220 0.40 0.33 0 0.14 229.66 0.55 0.69
Hex 85 94 DC 28 21 0 E E6 37 45
Octal 205 224 334 50 41 0 16 346 67 105
Binary 10000101 10010100 11011100 101000 100001 0 1110 11100110 110111 1000101

Color Harmonies of #8594DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8594DC

Black with #8594DC

Text Example


Text Example

White with #8594DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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