Html Css Color HEX #8395ED Portage

📋 copy color: '#8395ED'

red 131 ◦ green 149 ◦ blue 237

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

Shades of Portage #8395ED

Tints of Portage #8395ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.84%

R = 25.34%
G = 28.82%
B = 45.84%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8395ED (or 0x8395ED) is known color: Portage. HEX triplet: 83, 95 and ED. RGB value is (131,149,237). Sum of RGB (Red+Green+Blue) = 131+149+237=517 (68% of max value = 765). Red value is 131 (51.56% from 255 or 25.34% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #8395ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8395ED is #7C6A12. Grayscale: #999999. Windows color (decimal): -8153619 or 15570307. OLE color: 15570307.

HSL color Cylindrical-coordinate representation of color #8395ED: hue angle of 229.81º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8395ED is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 149 237 -
CMYK 0.45 0.37 0 0.07
HSL 229.81º 0.75% 0.72% -
HSV(B) 229.81º 0.45% 0.93% -
XYZ 35.39 32.43 84.52 -
YUV 153.65 175.04 111.84 -
System Red Green Blue C M Y K H S L
Decimal 131 149 237 0.45 0.37 0 0.07 229.81 0.75 0.72
Hex 83 95 ED 2D 25 0 7 E6 4B 48
Octal 203 225 355 55 45 0 7 346 113 110
Binary 10000011 10010101 11101101 101101 100101 0 111 11100110 1001011 1001000

Color Harmonies of #8395ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8395ED

Black with #8395ED

Text Example


Text Example

White with #8395ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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