Html Css Color HEX #8C99FC Portage

📋 copy color: '#8C99FC'

red 140 ◦ green 153 ◦ blue 252

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

Shades of Portage #8C99FC

Tints of Portage #8C99FC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.07%

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

R = 25.69%
G = 28.07%
B = 46.24%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C99FC (or 0x8C99FC) is known color: Portage. HEX triplet: 8C, 99 and FC. RGB value is (140,153,252). Sum of RGB (Red+Green+Blue) = 140+153+252=545 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.69% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #8C99FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C99FC is #736603. Grayscale: #9F9F9F. Windows color (decimal): -7562756 or 16554380. OLE color: 16554380.

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

Color convert

RGB 140 153 252 -
CMYK 0.44 0.39 0 0.01
HSL 233.04º 0.95% 0.77% -
HSV(B) 233.04º 0.44% 0.99% -
XYZ 39.78 35.39 96.83 -
YUV 160.4 179.69 113.45 -
System Red Green Blue C M Y K H S L
Decimal 140 153 252 0.44 0.39 0 0.01 233.04 0.95 0.77
Hex 8C 99 FC 2C 27 0 1 E9 5F 4D
Octal 214 231 374 54 47 0 1 351 137 115
Binary 10001100 10011001 11111100 101100 100111 0 1 11101001 1011111 1001101

Color Harmonies of #8C99FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C99FC

Black with #8C99FC

Text Example


Text Example

White with #8C99FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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