Html Css Color HEX #8C99FD Portage

📋 copy color: '#8C99FD'

red 140 ◦ green 153 ◦ blue 253

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

Shades of Portage #8C99FD

Tints of Portage #8C99FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.34%

R = 25.64%
G = 28.02%
B = 46.34%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C99FD (or 0x8C99FD) is known color: Portage. HEX triplet: 8C, 99 and FD. RGB value is (140,153,253). Sum of RGB (Red+Green+Blue) = 140+153+253=546 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.64% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C99FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C99FD is #736602. Grayscale: #A0A0A0. Windows color (decimal): -7562755 or 16619916. OLE color: 16619916.

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

Color convert

RGB 140 153 253 -
CMYK 0.45 0.40 0 0.01
HSL 233.1º 0.97% 0.77% -
HSV(B) 233.1º 0.45% 0.99% -
XYZ 39.94 35.45 97.67 -
YUV 160.51 180.19 113.37 -
System Red Green Blue C M Y K H S L
Decimal 140 153 253 0.45 0.40 0 0.01 233.1 0.97 0.77
Hex 8C 99 FD 2D 28 0 1 E9 61 4D
Octal 214 231 375 55 50 0 1 351 141 115
Binary 10001100 10011001 11111101 101101 101000 0 1 11101001 1100001 1001101

Color Harmonies of #8C99FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C99FD

Black with #8C99FD

Text Example


Text Example

White with #8C99FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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