Html Css Color HEX #8C96FB Portage

📋 copy color: '#8C96FB'

red 140 ◦ green 150 ◦ blue 251

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

Shades of Portage #8C96FB

Tints of Portage #8C96FB

RGB

 RED value IS 140 (55.08% from 255) = 25.88%

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

 BLUE value IS 251 (98.44% from 255) = 46.4%

R = 25.88%
G = 27.73%
B = 46.4%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8C96FB (or 0x8C96FB) is known color: Portage. HEX triplet: 8C, 96 and FB. RGB value is (140,150,251). Sum of RGB (Red+Green+Blue) = 140+150+251=541 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.88% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #8C96FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C96FB is #736904. Grayscale: #9E9E9E. Windows color (decimal): -7563525 or 16488076. OLE color: 16488076.

HSL color Cylindrical-coordinate representation of color #8C96FB: hue angle of 234.59º degrees, saturation: 0.93, 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 #8C96FB is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 140 150 251 -
CMYK 0.44 0.40 0 0.02
HSL 234.59º 0.93% 0.77% -
HSV(B) 234.59º 0.44% 0.98% -
XYZ 39.13 34.35 95.84 -
YUV 158.52 180.19 114.79 -
System Red Green Blue C M Y K H S L
Decimal 140 150 251 0.44 0.40 0 0.02 234.59 0.93 0.77
Hex 8C 96 FB 2C 28 0 2 EB 5D 4D
Octal 214 226 373 54 50 0 2 353 135 115
Binary 10001100 10010110 11111011 101100 101000 0 10 11101011 1011101 1001101

Color Harmonies of #8C96FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C96FB

Black with #8C96FB

Text Example


Text Example

White with #8C96FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,150,251); }

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

background-color css

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

 a { background-color: rgb(140,150,251); }

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

border-color css

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

 span { border-color: rgb(140,150,251); }

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