Html Css Color HEX #8C96FC Portage

📋 copy color: '#8C96FC'

red 140 ◦ green 150 ◦ blue 252

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

Shades of Portage #8C96FC

Tints of Portage #8C96FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.49%

R = 25.83%
G = 27.68%
B = 46.49%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C96FC (or 0x8C96FC) is known color: Portage. HEX triplet: 8C, 96 and FC. RGB value is (140,150,252). Sum of RGB (Red+Green+Blue) = 140+150+252=542 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.83% from 542); Green value is 150 (58.98% from 255 or 27.68% from 542); Blue value is 252 (98.83% from 255 or 46.49% from 542); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C96FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C96FC is #736903. Grayscale: #9E9E9E. Windows color (decimal): -7563524 or 16553612. OLE color: 16553612.

HSL color Cylindrical-coordinate representation of color #8C96FC: hue angle of 234.64º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C96FC is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 150 252 -
CMYK 0.44 0.40 0 0.01
HSL 234.64º 0.95% 0.77% -
HSV(B) 234.64º 0.44% 0.99% -
XYZ 39.29 34.42 96.67 -
YUV 158.64 180.69 114.71 -
System Red Green Blue C M Y K H S L
Decimal 140 150 252 0.44 0.40 0 0.01 234.64 0.95 0.77
Hex 8C 96 FC 2C 28 0 1 EB 5F 4D
Octal 214 226 374 54 50 0 1 353 137 115
Binary 10001100 10010110 11111100 101100 101000 0 1 11101011 1011111 1001101

Color Harmonies of #8C96FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C96FC

Black with #8C96FC

Text Example


Text Example

White with #8C96FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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