Html Css Color HEX #8389CE Portage

📋 copy color: '#8389CE'

red 131 ◦ green 137 ◦ blue 206

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

Shades of Portage #8389CE

Tints of Portage #8389CE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.9%

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 27.64%
G = 28.9%
B = 43.46%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8389CE (or 0x8389CE) is known color: Portage. HEX triplet: 83, 89 and CE. RGB value is (131,137,206). Sum of RGB (Red+Green+Blue) = 131+137+206=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #8389CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8389CE is #7C7631. Grayscale: #8E8E8E. Windows color (decimal): -8156722 or 13535619. OLE color: 13535619.

HSL color Cylindrical-coordinate representation of color #8389CE: hue angle of 235.2º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8389CE is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 137 206 -
CMYK 0.36 0.33 0 0.19
HSL 235.2º 0.43% 0.66% -
HSV(B) 235.2º 0.36% 0.81% -
XYZ 29.45 27.17 62.09 -
YUV 143.07 163.51 119.39 -
System Red Green Blue C M Y K H S L
Decimal 131 137 206 0.36 0.33 0 0.19 235.2 0.43 0.66
Hex 83 89 CE 24 21 0 13 EB 2B 42
Octal 203 211 316 44 41 0 23 353 53 102
Binary 10000011 10001001 11001110 100100 100001 0 10011 11101011 101011 1000010

Color Harmonies of #8389CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8389CE

Black with #8389CE

Text Example


Text Example

White with #8389CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8389CE; }

 p { color: rgb(131,137,206); }

 H1.HeaderClassName
 {
   color: #8389CE;
 }
 .AnyTagClassName
 {
   color: #8389CE;
 }
</style>

background-color css

<style>
 a { background-color: #8389CE; }

 a { background-color: rgb(131,137,206); }

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

border-color css

<style>
 span { border-color: #8389CE; }

 span { border-color: rgb(131,137,206); }

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