Html Css Color HEX #8392CB Portage

📋 copy color: '#8392CB'

red 131 ◦ green 146 ◦ blue 203

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

Shades of Portage #8392CB

Tints of Portage #8392CB

RGB

 RED value IS 131 (51.56% from 255) = 27.29%

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

 BLUE value IS 203 (79.69% from 255) = 42.29%

R = 27.29%
G = 30.42%
B = 42.29%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8392CB (or 0x8392CB) is known color: Portage. HEX triplet: 83, 92 and CB. RGB value is (131,146,203). Sum of RGB (Red+Green+Blue) = 131+146+203=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #8392CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8392CB is #7C6D34. Grayscale: #939393. Windows color (decimal): -8154421 or 13341315. OLE color: 13341315.

HSL color Cylindrical-coordinate representation of color #8392CB: hue angle of 227.5º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8392CB is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 146 203 -
CMYK 0.35 0.28 0 0.20
HSL 227.5º 0.41% 0.65% -
HSV(B) 227.5º 0.35% 0.8% -
XYZ 30.42 29.69 60.63 -
YUV 148.01 159.03 115.87 -
System Red Green Blue C M Y K H S L
Decimal 131 146 203 0.35 0.28 0 0.20 227.5 0.41 0.65
Hex 83 92 CB 23 1C 0 14 E4 29 41
Octal 203 222 313 43 34 0 24 344 51 101
Binary 10000011 10010010 11001011 100011 11100 0 10100 11100100 101001 1000001

Color Harmonies of #8392CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8392CB

Black with #8392CB

Text Example


Text Example

White with #8392CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8392CB; }

 p { color: rgb(131,146,203); }

 H1.HeaderClassName
 {
   color: #8392CB;
 }
 .AnyTagClassName
 {
   color: #8392CB;
 }
</style>

background-color css

<style>
 a { background-color: #8392CB; }

 a { background-color: rgb(131,146,203); }

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

border-color css

<style>
 span { border-color: #8392CB; }

 span { border-color: rgb(131,146,203); }

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