Html Css Color HEX #8B95C3 Portage

📋 copy color: '#8B95C3'

red 139 ◦ green 149 ◦ blue 195

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

Shades of Portage #8B95C3

Tints of Portage #8B95C3

RGB

 RED value IS 139 (54.69% from 255) = 28.78%

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

 BLUE value IS 195 (76.56% from 255) = 40.37%

R = 28.78%
G = 30.85%
B = 40.37%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8B95C3 (or 0x8B95C3) is known color: Portage. HEX triplet: 8B, 95 and C3. RGB value is (139,149,195). Sum of RGB (Red+Green+Blue) = 139+149+195=483 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.78% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 195 - color contains mainly: blue. Hex color #8B95C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B95C3 is #746A3C. Grayscale: #979797. Windows color (decimal): -7629373 or 12817803. OLE color: 12817803.

HSL color Cylindrical-coordinate representation of color #8B95C3: hue angle of 229.29º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B95C3 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 139 149 195 -
CMYK 0.29 0.24 0 0.24
HSL 229.29º 0.32% 0.65% -
HSV(B) 229.29º 0.29% 0.76% -
XYZ 31.25 30.92 55.95 -
YUV 151.25 152.69 119.26 -
System Red Green Blue C M Y K H S L
Decimal 139 149 195 0.29 0.24 0 0.24 229.29 0.32 0.65
Hex 8B 95 C3 1D 18 0 18 E5 20 41
Octal 213 225 303 35 30 0 30 345 40 101
Binary 10001011 10010101 11000011 11101 11000 0 11000 11100101 100000 1000001

Color Harmonies of #8B95C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B95C3

Black with #8B95C3

Text Example


Text Example

White with #8B95C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B95C3; }

 p { color: rgb(139,149,195); }

 H1.HeaderClassName
 {
   color: #8B95C3;
 }
 .AnyTagClassName
 {
   color: #8B95C3;
 }
</style>

background-color css

<style>
 a { background-color: #8B95C3; }

 a { background-color: rgb(139,149,195); }

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

border-color css

<style>
 span { border-color: #8B95C3; }

 span { border-color: rgb(139,149,195); }

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