Html Css Color HEX #8388CE Portage

📋 copy color: '#8388CE'

red 131 ◦ green 136 ◦ blue 206

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

Shades of Portage #8388CE

Tints of Portage #8388CE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.75%

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

R = 27.7%
G = 28.75%
B = 43.55%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8388CE (or 0x8388CE) is known color: Portage. HEX triplet: 83, 88 and CE. RGB value is (131,136,206). Sum of RGB (Red+Green+Blue) = 131+136+206=473 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.70% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #8388CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8388CE is #7C7731. Grayscale: #8E8E8E. Windows color (decimal): -8156978 or 13535363. OLE color: 13535363.

HSL color Cylindrical-coordinate representation of color #8388CE: hue angle of 236º 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 #8388CE is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 131 136 206 -
CMYK 0.36 0.34 0 0.19
HSL 236º 0.43% 0.66% -
HSV(B) 236º 0.36% 0.81% -
XYZ 29.3 26.89 62.04 -
YUV 142.49 163.84 119.81 -
System Red Green Blue C M Y K H S L
Decimal 131 136 206 0.36 0.34 0 0.19 236 0.43 0.66
Hex 83 88 CE 24 22 0 13 EC 2B 42
Octal 203 210 316 44 42 0 23 354 53 102
Binary 10000011 10001000 11001110 100100 100010 0 10011 11101100 101011 1000010

Color Harmonies of #8388CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8388CE

Black with #8388CE

Text Example


Text Example

White with #8388CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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