Html Css Color HEX #8391CC Portage

📋 copy color: '#8391CC'

red 131 ◦ green 145 ◦ blue 204

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

Shades of Portage #8391CC

Tints of Portage #8391CC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.21%

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

R = 27.29%
G = 30.21%
B = 42.5%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8391CC (or 0x8391CC) is known color: Portage. HEX triplet: 83, 91 and CC. RGB value is (131,145,204). Sum of RGB (Red+Green+Blue) = 131+145+204=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #8391CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8391CC is #7C6E33. Grayscale: #939393. Windows color (decimal): -8154676 or 13406595. OLE color: 13406595.

HSL color Cylindrical-coordinate representation of color #8391CC: hue angle of 228.49º 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 #8391CC is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 145 204 -
CMYK 0.36 0.29 0 0.2
HSL 228.49º 0.42% 0.66% -
HSV(B) 228.49º 0.36% 0.8% -
XYZ 30.38 29.44 61.21 -
YUV 147.54 159.86 116.2 -
System Red Green Blue C M Y K H S L
Decimal 131 145 204 0.36 0.29 0 0.2 228.49 0.42 0.66
Hex 83 91 CC 24 1D 0 14 E4 2A 42
Octal 203 221 314 44 35 0 24 344 52 102
Binary 10000011 10010001 11001100 100100 11101 0 10100 11100100 101010 1000010

Color Harmonies of #8391CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8391CC

Black with #8391CC

Text Example


Text Example

White with #8391CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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