Html Css Color HEX #8393CB Portage

📋 copy color: '#8393CB'

red 131 ◦ green 147 ◦ blue 203

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

Shades of Portage #8393CB

Tints of Portage #8393CB

RGB

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

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

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

R = 27.23%
G = 30.56%
B = 42.2%

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

#8393CB (or 0x8393CB) is known color: Portage. HEX triplet: 83, 93 and CB. RGB value is (131,147,203). Sum of RGB (Red+Green+Blue) = 131+147+203=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #8393CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8393CB is #7C6C34. Grayscale: #949494. Windows color (decimal): -8154165 or 13341571. OLE color: 13341571.

HSL color Cylindrical-coordinate representation of color #8393CB: hue angle of 226.67º 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 #8393CB is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 147 203 -
CMYK 0.35 0.28 0 0.20
HSL 226.67º 0.41% 0.65% -
HSV(B) 226.67º 0.35% 0.8% -
XYZ 30.57 30 60.68 -
YUV 148.6 158.7 115.45 -
System Red Green Blue C M Y K H S L
Decimal 131 147 203 0.35 0.28 0 0.20 226.67 0.41 0.65
Hex 83 93 CB 23 1C 0 14 E3 29 41
Octal 203 223 313 43 34 0 24 343 51 101
Binary 10000011 10010011 11001011 100011 11100 0 10100 11100011 101001 1000001

Color Harmonies of #8393CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8393CB

Black with #8393CB

Text Example


Text Example

White with #8393CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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