Html Css Color HEX #8C9FFD Portage

📋 copy color: '#8C9FFD'

red 140 ◦ green 159 ◦ blue 253

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

Shades of Portage #8C9FFD

Tints of Portage #8C9FFD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.8%

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

R = 25.36%
G = 28.8%
B = 45.83%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8C9FFD (or 0x8C9FFD) is known color: Portage. HEX triplet: 8C, 9F and FD. RGB value is (140,159,253). Sum of RGB (Red+Green+Blue) = 140+159+253=552 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.36% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #8C9FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8C9FFD is #736002. Grayscale: #A3A3A3. Windows color (decimal): -7561219 or 16621452. OLE color: 16621452.

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

Color convert

RGB 140 159 253 -
CMYK 0.45 0.37 0 0.01
HSL 229.91º 0.97% 0.77% -
HSV(B) 229.91º 0.45% 0.99% -
XYZ 40.94 37.46 98 -
YUV 164.04 178.21 110.86 -
System Red Green Blue C M Y K H S L
Decimal 140 159 253 0.45 0.37 0 0.01 229.91 0.97 0.77
Hex 8C 9F FD 2D 25 0 1 E6 61 4D
Octal 214 237 375 55 45 0 1 346 141 115
Binary 10001100 10011111 11111101 101101 100101 0 1 11100110 1100001 1001101

Color Harmonies of #8C9FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9FFD

Black with #8C9FFD

Text Example


Text Example

White with #8C9FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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