Html Css Color HEX #8389EF Portage

📋 copy color: '#8389EF'

red 131 ◦ green 137 ◦ blue 239

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

Shades of Portage #8389EF

Tints of Portage #8389EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.14%

R = 25.84%
G = 27.02%
B = 47.14%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8389EF (or 0x8389EF) is known color: Portage. HEX triplet: 83, 89 and EF. RGB value is (131,137,239). Sum of RGB (Red+Green+Blue) = 131+137+239=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #8389EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8389EF is #7C7610. Grayscale: #929292. Windows color (decimal): -8156689 or 15698307. OLE color: 15698307.

HSL color Cylindrical-coordinate representation of color #8389EF: hue angle of 236.67º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8389EF is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 137 239 -
CMYK 0.45 0.43 0 0.06
HSL 236.67º 0.77% 0.73% -
HSV(B) 236.67º 0.45% 0.94% -
XYZ 33.89 28.95 85.46 -
YUV 146.83 180.01 116.71 -
System Red Green Blue C M Y K H S L
Decimal 131 137 239 0.45 0.43 0 0.06 236.67 0.77 0.73
Hex 83 89 EF 2D 2B 0 6 ED 4D 49
Octal 203 211 357 55 53 0 6 355 115 111
Binary 10000011 10001001 11101111 101101 101011 0 110 11101101 1001101 1001001

Color Harmonies of #8389EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8389EF

Black with #8389EF

Text Example


Text Example

White with #8389EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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