Html Css Color HEX #8C9EFC Portage

📋 copy color: '#8C9EFC'

red 140 ◦ green 158 ◦ blue 252

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

Shades of Portage #8C9EFC

Tints of Portage #8C9EFC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.73%

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

R = 25.45%
G = 28.73%
B = 45.82%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C9EFC (or 0x8C9EFC) is known color: Portage. HEX triplet: 8C, 9E and FC. RGB value is (140,158,252). Sum of RGB (Red+Green+Blue) = 140+158+252=550 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.45% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C9EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9EFC is #736103. Grayscale: #A2A2A2. Windows color (decimal): -7561476 or 16555660. OLE color: 16555660.

HSL color Cylindrical-coordinate representation of color #8C9EFC: hue angle of 230.36º 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 #8C9EFC is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 158 252 -
CMYK 0.44 0.37 0 0.01
HSL 230.36º 0.95% 0.77% -
HSV(B) 230.36º 0.44% 0.99% -
XYZ 40.61 37.06 97.11 -
YUV 163.33 178.04 111.36 -
System Red Green Blue C M Y K H S L
Decimal 140 158 252 0.44 0.37 0 0.01 230.36 0.95 0.77
Hex 8C 9E FC 2C 25 0 1 E6 5F 4D
Octal 214 236 374 54 45 0 1 346 137 115
Binary 10001100 10011110 11111100 101100 100101 0 1 11100110 1011111 1001101

Color Harmonies of #8C9EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9EFC

Black with #8C9EFC

Text Example


Text Example

White with #8C9EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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