Html Css Color HEX #8391CB Portage

📋 copy color: '#8391CB'

red 131 ◦ green 145 ◦ blue 203

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

Shades of Portage #8391CB

Tints of Portage #8391CB

RGB

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

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

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

R = 27.35%
G = 30.27%
B = 42.38%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8391CB (or 0x8391CB) is known color: Portage. HEX triplet: 83, 91 and CB. RGB value is (131,145,203). Sum of RGB (Red+Green+Blue) = 131+145+203=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #8391CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8391CB is #7C6E34. Grayscale: #939393. Windows color (decimal): -8154677 or 13341059. OLE color: 13341059.

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

Color convert

RGB 131 145 203 -
CMYK 0.35 0.29 0 0.20
HSL 228.33º 0.41% 0.65% -
HSV(B) 228.33º 0.35% 0.8% -
XYZ 30.26 29.39 60.58 -
YUV 147.43 159.36 116.28 -
System Red Green Blue C M Y K H S L
Decimal 131 145 203 0.35 0.29 0 0.20 228.33 0.41 0.65
Hex 83 91 CB 23 1D 0 14 E4 29 41
Octal 203 221 313 43 35 0 24 344 51 101
Binary 10000011 10010001 11001011 100011 11101 0 10100 11100100 101001 1000001

Color Harmonies of #8391CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8391CB

Black with #8391CB

Text Example


Text Example

White with #8391CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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