Html Css Color HEX #8592DC Portage

📋 copy color: '#8592DC'

red 133 ◦ green 146 ◦ blue 220

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

Shades of Portage #8592DC

Tints of Portage #8592DC

RGB

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

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

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

R = 26.65%
G = 29.26%
B = 44.09%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8592DC (or 0x8592DC) is known color: Portage. HEX triplet: 85, 92 and DC. RGB value is (133,146,220). Sum of RGB (Red+Green+Blue) = 133+146+220=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #8592DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8592DC is #7A6D23. Grayscale: #969696. Windows color (decimal): -8023332 or 14455429. OLE color: 14455429.

HSL color Cylindrical-coordinate representation of color #8592DC: hue angle of 231.03º 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 #8592DC is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 146 220 -
CMYK 0.40 0.34 0 0.14
HSL 231.03º 0.55% 0.69% -
HSV(B) 231.03º 0.4% 0.86% -
XYZ 32.87 30.71 71.91 -
YUV 150.55 167.19 115.48 -
System Red Green Blue C M Y K H S L
Decimal 133 146 220 0.40 0.34 0 0.14 231.03 0.55 0.69
Hex 85 92 DC 28 22 0 E E7 37 45
Octal 205 222 334 50 42 0 16 347 67 105
Binary 10000101 10010010 11011100 101000 100010 0 1110 11100111 110111 1000101

Color Harmonies of #8592DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8592DC

Black with #8592DC

Text Example


Text Example

White with #8592DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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