Html Css Color HEX #8391CA Portage

📋 copy color: '#8391CA'

red 131 ◦ green 145 ◦ blue 202

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

Shades of Portage #8391CA

Tints of Portage #8391CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.26%

R = 27.41%
G = 30.33%
B = 42.26%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8391CA (or 0x8391CA) is known color: Portage. HEX triplet: 83, 91 and CA. RGB value is (131,145,202). Sum of RGB (Red+Green+Blue) = 131+145+202=478 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.41% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #8391CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8391CA is #7C6E35. Grayscale: #939393. Windows color (decimal): -8154678 or 13275523. OLE color: 13275523.

HSL color Cylindrical-coordinate representation of color #8391CA: hue angle of 228.17º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8391CA is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 145 202 -
CMYK 0.35 0.28 0 0.21
HSL 228.17º 0.4% 0.65% -
HSV(B) 228.17º 0.35% 0.79% -
XYZ 30.15 29.34 59.95 -
YUV 147.31 158.86 116.37 -
System Red Green Blue C M Y K H S L
Decimal 131 145 202 0.35 0.28 0 0.21 228.17 0.4 0.65
Hex 83 91 CA 23 1C 0 15 E4 28 41
Octal 203 221 312 43 34 0 25 344 50 101
Binary 10000011 10010001 11001010 100011 11100 0 10101 11100100 101000 1000001

Color Harmonies of #8391CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8391CA

Black with #8391CA

Text Example


Text Example

White with #8391CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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