Html Css Color HEX #8393CC Portage

📋 copy color: '#8393CC'

red 131 ◦ green 147 ◦ blue 204

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

Shades of Portage #8393CC

Tints of Portage #8393CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.32%

R = 27.18%
G = 30.5%
B = 42.32%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8393CC (or 0x8393CC) is known color: Portage. HEX triplet: 83, 93 and CC. RGB value is (131,147,204). Sum of RGB (Red+Green+Blue) = 131+147+204=482 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.18% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #8393CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8393CC is #7C6C33. Grayscale: #949494. Windows color (decimal): -8154164 or 13407107. OLE color: 13407107.

HSL color Cylindrical-coordinate representation of color #8393CC: hue angle of 226.85º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8393CC is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 147 204 -
CMYK 0.36 0.28 0 0.2
HSL 226.85º 0.42% 0.66% -
HSV(B) 226.85º 0.36% 0.8% -
XYZ 30.69 30.05 61.31 -
YUV 148.71 159.2 115.37 -
System Red Green Blue C M Y K H S L
Decimal 131 147 204 0.36 0.28 0 0.2 226.85 0.42 0.66
Hex 83 93 CC 24 1C 0 14 E3 2A 42
Octal 203 223 314 44 34 0 24 343 52 102
Binary 10000011 10010011 11001100 100100 11100 0 10100 11100011 101010 1000010

Color Harmonies of #8393CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8393CC

Black with #8393CC

Text Example


Text Example

White with #8393CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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