Html Css Color HEX #8390DC Portage

📋 copy color: '#8390DC'

red 131 ◦ green 144 ◦ blue 220

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

Shades of Portage #8390DC

Tints of Portage #8390DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.44%

R = 26.46%
G = 29.09%
B = 44.44%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8390DC (or 0x8390DC) is known color: Portage. HEX triplet: 83, 90 and DC. RGB value is (131,144,220). Sum of RGB (Red+Green+Blue) = 131+144+220=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #8390DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8390DC is #7C6F23. Grayscale: #949494. Windows color (decimal): -8154916 or 14454915. OLE color: 14454915.

HSL color Cylindrical-coordinate representation of color #8390DC: hue angle of 231.24º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8390DC is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 144 220 -
CMYK 0.40 0.35 0 0.14
HSL 231.24º 0.56% 0.69% -
HSV(B) 231.24º 0.4% 0.86% -
XYZ 32.25 29.94 71.79 -
YUV 148.78 168.19 115.32 -
System Red Green Blue C M Y K H S L
Decimal 131 144 220 0.40 0.35 0 0.14 231.24 0.56 0.69
Hex 83 90 DC 28 23 0 E E7 38 45
Octal 203 220 334 50 43 0 16 347 70 105
Binary 10000011 10010000 11011100 101000 100011 0 1110 11100111 111000 1000101

Color Harmonies of #8390DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8390DC

Black with #8390DC

Text Example


Text Example

White with #8390DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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