Html Css Color HEX #8D96FA Portage

📋 copy color: '#8D96FA'

red 141 ◦ green 150 ◦ blue 250

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

Shades of Portage #8D96FA

Tints of Portage #8D96FA

RGB

 RED value IS 141 (55.47% from 255) = 26.06%

 GREEN value IS 150 (58.98% from 255) = 27.73%

 BLUE value IS 250 (98.05% from 255) = 46.21%

R = 26.06%
G = 27.73%
B = 46.21%

CMYK

 C value IS 0.44

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8D96FA (or 0x8D96FA) is known color: Portage. HEX triplet: 8D, 96 and FA. RGB value is (141,150,250). Sum of RGB (Red+Green+Blue) = 141+150+250=541 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.06% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #8D96FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D96FA is #726905. Grayscale: #9E9E9E. Windows color (decimal): -7497990 or 16422541. OLE color: 16422541.

HSL color Cylindrical-coordinate representation of color #8D96FA: hue angle of 235.05º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D96FA is Cyan = 0.44, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 141 150 250 -
CMYK 0.44 0.4 0 0.02
HSL 235.05º 0.92% 0.77% -
HSV(B) 235.05º 0.44% 0.98% -
XYZ 39.15 34.38 95.01 -
YUV 158.71 179.52 115.37 -
System Red Green Blue C M Y K H S L
Decimal 141 150 250 0.44 0.4 0 0.02 235.05 0.92 0.77
Hex 8D 96 FA 2C 28 0 2 EB 5C 4D
Octal 215 226 372 54 50 0 2 353 134 115
Binary 10001101 10010110 11111010 101100 101000 0 10 11101011 1011100 1001101

Color Harmonies of #8D96FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D96FA

Black with #8D96FA

Text Example


Text Example

White with #8D96FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,150,250); }

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

background-color css

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

 a { background-color: rgb(141,150,250); }

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

border-color css

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

 span { border-color: rgb(141,150,250); }

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