Html Css Color HEX #8394CA Portage

📋 copy color: '#8394CA'

red 131 ◦ green 148 ◦ blue 202

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

Shades of Portage #8394CA

Tints of Portage #8394CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42%

R = 27.23%
G = 30.77%
B = 42%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8394CA (or 0x8394CA) is known color: Portage. HEX triplet: 83, 94 and CA. RGB value is (131,148,202). Sum of RGB (Red+Green+Blue) = 131+148+202=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #8394CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8394CA is #7C6B35. Grayscale: #949494. Windows color (decimal): -8153910 or 13276291. OLE color: 13276291.

HSL color Cylindrical-coordinate representation of color #8394CA: hue angle of 225.63º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8394CA is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 131 148 202 -
CMYK 0.35 0.27 0 0.21
HSL 225.63º 0.4% 0.65% -
HSV(B) 225.63º 0.35% 0.79% -
XYZ 30.61 30.27 60.11 -
YUV 149.07 157.87 115.11 -
System Red Green Blue C M Y K H S L
Decimal 131 148 202 0.35 0.27 0 0.21 225.63 0.4 0.65
Hex 83 94 CA 23 1B 0 15 E2 28 41
Octal 203 224 312 43 33 0 25 342 50 101
Binary 10000011 10010100 11001010 100011 11011 0 10101 11100010 101000 1000001

Color Harmonies of #8394CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8394CA

Black with #8394CA

Text Example


Text Example

White with #8394CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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