Html Css Color HEX #8C96F7 Portage

📋 copy color: '#8C96F7'

red 140 ◦ green 150 ◦ blue 247

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

Shades of Portage #8C96F7

Tints of Portage #8C96F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 46%

R = 26.07%
G = 27.93%
B = 46%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8C96F7 (or 0x8C96F7) is known color: Portage. HEX triplet: 8C, 96 and F7. RGB value is (140,150,247). Sum of RGB (Red+Green+Blue) = 140+150+247=537 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.07% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 247 (96.88% from 255 or 46.00% from 537); Max value from RGB is 247 - color contains mainly: blue. Hex color #8C96F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C96F7 is #736908. Grayscale: #9D9D9D. Windows color (decimal): -7563529 or 16225932. OLE color: 16225932.

HSL color Cylindrical-coordinate representation of color #8C96F7: hue angle of 234.39º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C96F7 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 140 150 247 -
CMYK 0.43 0.39 0 0.03
HSL 234.39º 0.87% 0.76% -
HSV(B) 234.39º 0.43% 0.97% -
XYZ 38.51 34.1 92.55 -
YUV 158.07 178.19 115.11 -
System Red Green Blue C M Y K H S L
Decimal 140 150 247 0.43 0.39 0 0.03 234.39 0.87 0.76
Hex 8C 96 F7 2B 27 0 3 EA 57 4C
Octal 214 226 367 53 47 0 3 352 127 114
Binary 10001100 10010110 11110111 101011 100111 0 11 11101010 1010111 1001100

Color Harmonies of #8C96F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C96F7

Black with #8C96F7

Text Example


Text Example

White with #8C96F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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