Html Css Color HEX #8C93D6 Portage

📋 copy color: '#8C93D6'

red 140 ◦ green 147 ◦ blue 214

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

Shades of Portage #8C93D6

Tints of Portage #8C93D6

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.34%

 BLUE value IS 214 (83.98% from 255) = 42.71%

R = 27.94%
G = 29.34%
B = 42.71%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8C93D6 (or 0x8C93D6) is known color: Portage. HEX triplet: 8C, 93 and D6. RGB value is (140,147,214). Sum of RGB (Red+Green+Blue) = 140+147+214=501 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.94% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 214 - color contains mainly: blue. Hex color #8C93D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C93D6 is #736C29. Grayscale: #989898. Windows color (decimal): -7564330 or 14062476. OLE color: 14062476.

HSL color Cylindrical-coordinate representation of color #8C93D6: hue angle of 234.32º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C93D6 is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 140 147 214 -
CMYK 0.35 0.31 0 0.16
HSL 234.32º 0.47% 0.69% -
HSV(B) 234.32º 0.35% 0.84% -
XYZ 33.39 31.3 67.9 -
YUV 152.55 162.68 119.05 -
System Red Green Blue C M Y K H S L
Decimal 140 147 214 0.35 0.31 0 0.16 234.32 0.47 0.69
Hex 8C 93 D6 23 1F 0 10 EA 2F 45
Octal 214 223 326 43 37 0 20 352 57 105
Binary 10001100 10010011 11010110 100011 11111 0 10000 11101010 101111 1000101

Color Harmonies of #8C93D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C93D6

Black with #8C93D6

Text Example


Text Example

White with #8C93D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,147,214); }

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

background-color css

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

 a { background-color: rgb(140,147,214); }

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

border-color css

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

 span { border-color: rgb(140,147,214); }

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