Html Css Color HEX #8395DD Portage

📋 copy color: '#8395DD'

red 131 ◦ green 149 ◦ blue 221

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

Shades of Portage #8395DD

Tints of Portage #8395DD

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.74%

 BLUE value IS 221 (86.72% from 255) = 44.11%

R = 26.15%
G = 29.74%
B = 44.11%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8395DD (or 0x8395DD) is known color: Portage. HEX triplet: 83, 95 and DD. RGB value is (131,149,221). Sum of RGB (Red+Green+Blue) = 131+149+221=501 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.15% from 501); Green value is 149 (58.59% from 255 or 29.74% from 501); Blue value is 221 (86.72% from 255 or 44.11% from 501); Max value from RGB is 221 - color contains mainly: blue. Hex color #8395DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8395DD is #7C6A22. Grayscale: #979797. Windows color (decimal): -8153635 or 14521731. OLE color: 14521731.

HSL color Cylindrical-coordinate representation of color #8395DD: hue angle of 228º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8395DD is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 149 221 -
CMYK 0.41 0.33 0 0.13
HSL 228º 0.57% 0.69% -
HSV(B) 228º 0.41% 0.87% -
XYZ 33.16 31.54 72.75 -
YUV 151.83 167.04 113.15 -
System Red Green Blue C M Y K H S L
Decimal 131 149 221 0.41 0.33 0 0.13 228 0.57 0.69
Hex 83 95 DD 29 21 0 D E4 39 45
Octal 203 225 335 51 41 0 15 344 71 105
Binary 10000011 10010101 11011101 101001 100001 0 1101 11100100 111001 1000101

Color Harmonies of #8395DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8395DD

Black with #8395DD

Text Example


Text Example

White with #8395DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8395DD; }

 p { color: rgb(131,149,221); }

 H1.HeaderClassName
 {
   color: #8395DD;
 }
 .AnyTagClassName
 {
   color: #8395DD;
 }
</style>

background-color css

<style>
 a { background-color: #8395DD; }

 a { background-color: rgb(131,149,221); }

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

border-color css

<style>
 span { border-color: #8395DD; }

 span { border-color: rgb(131,149,221); }

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