Html Css Color HEX #8394CE Portage

📋 copy color: '#8394CE'

red 131 ◦ green 148 ◦ blue 206

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

Shades of Portage #8394CE

Tints of Portage #8394CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.52%

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

R = 27.01%
G = 30.52%
B = 42.47%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8394CE (or 0x8394CE) is known color: Portage. HEX triplet: 83, 94 and CE. RGB value is (131,148,206). Sum of RGB (Red+Green+Blue) = 131+148+206=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 148 (58.20% from 255 or 30.52% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #8394CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8394CE is #7C6B31. Grayscale: #959595. Windows color (decimal): -8153906 or 13538435. OLE color: 13538435.

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

Color convert

RGB 131 148 206 -
CMYK 0.36 0.28 0 0.19
HSL 226.4º 0.43% 0.66% -
HSV(B) 226.4º 0.36% 0.81% -
XYZ 31.09 30.46 62.63 -
YUV 149.53 159.87 114.78 -
System Red Green Blue C M Y K H S L
Decimal 131 148 206 0.36 0.28 0 0.19 226.4 0.43 0.66
Hex 83 94 CE 24 1C 0 13 E2 2B 42
Octal 203 224 316 44 34 0 23 342 53 102
Binary 10000011 10010100 11001110 100100 11100 0 10011 11100010 101011 1000010

Color Harmonies of #8394CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8394CE

Black with #8394CE

Text Example


Text Example

White with #8394CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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