Html Css Color HEX #8593CE Portage

📋 copy color: '#8593CE'

red 133 ◦ green 147 ◦ blue 206

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

Shades of Portage #8593CE

Tints of Portage #8593CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.39%

R = 27.37%
G = 30.25%
B = 42.39%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8593CE (or 0x8593CE) is known color: Portage. HEX triplet: 85, 93 and CE. RGB value is (133,147,206). Sum of RGB (Red+Green+Blue) = 133+147+206=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #8593CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8593CE is #7A6C31. Grayscale: #959595. Windows color (decimal): -8023090 or 13538181. OLE color: 13538181.

HSL color Cylindrical-coordinate representation of color #8593CE: hue angle of 228.49º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8593CE is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 147 206 -
CMYK 0.35 0.29 0 0.19
HSL 228.49º 0.43% 0.66% -
HSV(B) 228.49º 0.35% 0.81% -
XYZ 31.25 30.31 62.6 -
YUV 149.54 159.86 116.2 -
System Red Green Blue C M Y K H S L
Decimal 133 147 206 0.35 0.29 0 0.19 228.49 0.43 0.66
Hex 85 93 CE 23 1D 0 13 E4 2B 42
Octal 205 223 316 43 35 0 23 344 53 102
Binary 10000101 10010011 11001110 100011 11101 0 10011 11100100 101011 1000010

Color Harmonies of #8593CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8593CE

Black with #8593CE

Text Example


Text Example

White with #8593CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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