Html Css Color HEX #8592CE Portage

📋 copy color: '#8592CE'

red 133 ◦ green 146 ◦ blue 206

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

Shades of Portage #8592CE

Tints of Portage #8592CE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.1%

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

R = 27.42%
G = 30.1%
B = 42.47%

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

#8592CE (or 0x8592CE) is known color: Portage. HEX triplet: 85, 92 and CE. RGB value is (133,146,206). Sum of RGB (Red+Green+Blue) = 133+146+206=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #8592CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8592CE is #7A6D31. Grayscale: #949494. Windows color (decimal): -8023346 or 13537925. OLE color: 13537925.

HSL color Cylindrical-coordinate representation of color #8592CE: hue angle of 229.32º 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 #8592CE is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 146 206 -
CMYK 0.35 0.29 0 0.19
HSL 229.32º 0.43% 0.66% -
HSV(B) 229.32º 0.35% 0.81% -
XYZ 31.09 30 62.54 -
YUV 148.95 160.19 116.62 -
System Red Green Blue C M Y K H S L
Decimal 133 146 206 0.35 0.29 0 0.19 229.32 0.43 0.66
Hex 85 92 CE 23 1D 0 13 E5 2B 42
Octal 205 222 316 43 35 0 23 345 53 102
Binary 10000101 10010010 11001110 100011 11101 0 10011 11100101 101011 1000010

Color Harmonies of #8592CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8592CE

Black with #8592CE

Text Example


Text Example

White with #8592CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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