Html Css Color HEX #8C9ADA Portage

📋 copy color: '#8C9ADA'

red 140 ◦ green 154 ◦ blue 218

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

Shades of Portage #8C9ADA

Tints of Portage #8C9ADA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.08%

 BLUE value IS 218 (85.55% from 255) = 42.58%

R = 27.34%
G = 30.08%
B = 42.58%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8C9ADA (or 0x8C9ADA) is known color: Portage. HEX triplet: 8C, 9A and DA. RGB value is (140,154,218). Sum of RGB (Red+Green+Blue) = 140+154+218=512 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.34% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C9ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9ADA is #736525. Grayscale: #9C9C9C. Windows color (decimal): -7562534 or 14326412. OLE color: 14326412.

HSL color Cylindrical-coordinate representation of color #8C9ADA: hue angle of 229.23º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C9ADA is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 154 218 -
CMYK 0.36 0.29 0 0.15
HSL 229.23º 0.51% 0.7% -
HSV(B) 229.23º 0.36% 0.85% -
XYZ 35.03 33.75 71 -
YUV 157.11 162.36 115.8 -
System Red Green Blue C M Y K H S L
Decimal 140 154 218 0.36 0.29 0 0.15 229.23 0.51 0.7
Hex 8C 9A DA 24 1D 0 F E5 33 46
Octal 214 232 332 44 35 0 17 345 63 106
Binary 10001100 10011010 11011010 100100 11101 0 1111 11100101 110011 1000110

Color Harmonies of #8C9ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9ADA

Black with #8C9ADA

Text Example


Text Example

White with #8C9ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,154,218); }

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

background-color css

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

 a { background-color: rgb(140,154,218); }

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

border-color css

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

 span { border-color: rgb(140,154,218); }

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