Html Css Color HEX #8D9CFC Portage

📋 copy color: '#8D9CFC'

red 141 ◦ green 156 ◦ blue 252

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

Shades of Portage #8D9CFC

Tints of Portage #8D9CFC

RGB

 RED value IS 141 (55.47% from 255) = 25.68%

 GREEN value IS 156 (61.33% from 255) = 28.42%

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

R = 25.68%
G = 28.42%
B = 45.9%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8D9CFC (or 0x8D9CFC) is known color: Portage. HEX triplet: 8D, 9C and FC. RGB value is (141,156,252). Sum of RGB (Red+Green+Blue) = 141+156+252=549 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.68% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #8D9CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8D9CFC is #726303. Grayscale: #A2A2A2. Windows color (decimal): -7496452 or 16555149. OLE color: 16555149.

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

Color convert

RGB 141 156 252 -
CMYK 0.44 0.38 0 0.01
HSL 231.89º 0.95% 0.77% -
HSV(B) 231.89º 0.44% 0.99% -
XYZ 40.44 36.47 97 -
YUV 162.46 178.53 112.69 -
System Red Green Blue C M Y K H S L
Decimal 141 156 252 0.44 0.38 0 0.01 231.89 0.95 0.77
Hex 8D 9C FC 2C 26 0 1 E8 5F 4D
Octal 215 234 374 54 46 0 1 350 137 115
Binary 10001101 10011100 11111100 101100 100110 0 1 11101000 1011111 1001101

Color Harmonies of #8D9CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9CFC

Black with #8D9CFC

Text Example


Text Example

White with #8D9CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,156,252); }

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

background-color css

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

 a { background-color: rgb(141,156,252); }

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

border-color css

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

 span { border-color: rgb(141,156,252); }

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