Html Css Color HEX #8390CA Portage

📋 copy color: '#8390CA'

red 131 ◦ green 144 ◦ blue 202

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

Shades of Portage #8390CA

Tints of Portage #8390CA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.19%

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

R = 27.46%
G = 30.19%
B = 42.35%

CMYK

 C value IS 0.35

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8390CA (or 0x8390CA) is known color: Portage. HEX triplet: 83, 90 and CA. RGB value is (131,144,202). Sum of RGB (Red+Green+Blue) = 131+144+202=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #8390CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8390CA is #7C6F35. Grayscale: #929292. Windows color (decimal): -8154934 or 13275267. OLE color: 13275267.

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

Color convert

RGB 131 144 202 -
CMYK 0.35 0.29 0 0.21
HSL 229.01º 0.4% 0.65% -
HSV(B) 229.01º 0.35% 0.79% -
XYZ 29.99 29.04 59.9 -
YUV 146.73 159.19 116.78 -
System Red Green Blue C M Y K H S L
Decimal 131 144 202 0.35 0.29 0 0.21 229.01 0.4 0.65
Hex 83 90 CA 23 1D 0 15 E5 28 41
Octal 203 220 312 43 35 0 25 345 50 101
Binary 10000011 10010000 11001010 100011 11101 0 10101 11100101 101000 1000001

Color Harmonies of #8390CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8390CA

Black with #8390CA

Text Example


Text Example

White with #8390CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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