Html Css Color HEX #8593DE Portage

📋 copy color: '#8593DE'

red 133 ◦ green 147 ◦ blue 222

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

Shades of Portage #8593DE

Tints of Portage #8593DE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.28%

 BLUE value IS 222 (87.11% from 255) = 44.22%

R = 26.49%
G = 29.28%
B = 44.22%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8593DE (or 0x8593DE) is known color: Portage. HEX triplet: 85, 93 and DE. RGB value is (133,147,222). Sum of RGB (Red+Green+Blue) = 133+147+222=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #8593DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8593DE is #7A6C21. Grayscale: #979797. Windows color (decimal): -8023074 or 14586757. OLE color: 14586757.

HSL color Cylindrical-coordinate representation of color #8593DE: hue angle of 230.56º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8593DE is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 147 222 -
CMYK 0.40 0.34 0 0.13
HSL 230.56º 0.57% 0.7% -
HSV(B) 230.56º 0.4% 0.87% -
XYZ 33.29 31.13 73.36 -
YUV 151.36 167.86 114.9 -
System Red Green Blue C M Y K H S L
Decimal 133 147 222 0.40 0.34 0 0.13 230.56 0.57 0.7
Hex 85 93 DE 28 22 0 D E7 39 46
Octal 205 223 336 50 42 0 15 347 71 106
Binary 10000101 10010011 11011110 101000 100010 0 1101 11100111 111001 1000110

Color Harmonies of #8593DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8593DE

Black with #8593DE

Text Example


Text Example

White with #8593DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8593DE; }

 p { color: rgb(133,147,222); }

 H1.HeaderClassName
 {
   color: #8593DE;
 }
 .AnyTagClassName
 {
   color: #8593DE;
 }
</style>

background-color css

<style>
 a { background-color: #8593DE; }

 a { background-color: rgb(133,147,222); }

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

border-color css

<style>
 span { border-color: #8593DE; }

 span { border-color: rgb(133,147,222); }

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