Html Css Color HEX #9C8EDB Wistful

📋 copy color: '#9C8EDB'

red 156 ◦ green 142 ◦ blue 219

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

Shades of Wistful #9C8EDB

Tints of Wistful #9C8EDB

RGB

 RED value IS 156 (61.33% from 255) = 30.17%

 GREEN value IS 142 (55.86% from 255) = 27.47%

 BLUE value IS 219 (85.94% from 255) = 42.36%

R = 30.17%
G = 27.47%
B = 42.36%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9C8EDB (or 0x9C8EDB) is known color: Wistful. HEX triplet: 9C, 8E and DB. RGB value is (156,142,219). Sum of RGB (Red+Green+Blue) = 156+142+219=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C8EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8EDB is #637124. Grayscale: #9A9A9A. Windows color (decimal): -6517029 or 14388892. OLE color: 14388892.

HSL color Cylindrical-coordinate representation of color #9C8EDB: hue angle of 250.91º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C8EDB is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 142 219 -
CMYK 0.29 0.35 0 0.14
HSL 250.91º 0.52% 0.71% -
HSV(B) 250.91º 0.35% 0.86% -
XYZ 36.17 31.53 71.2 -
YUV 154.96 164.14 128.74 -
System Red Green Blue C M Y K H S L
Decimal 156 142 219 0.29 0.35 0 0.14 250.91 0.52 0.71
Hex 9C 8E DB 1D 23 0 E FB 34 47
Octal 234 216 333 35 43 0 16 373 64 107
Binary 10011100 10001110 11011011 11101 100011 0 1110 11111011 110100 1000111

Color Harmonies of #9C8EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8EDB

Black with #9C8EDB

Text Example


Text Example

White with #9C8EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C8EDB; }

 p { color: rgb(156,142,219); }

 H1.HeaderClassName
 {
   color: #9C8EDB;
 }
 .AnyTagClassName
 {
   color: #9C8EDB;
 }
</style>

background-color css

<style>
 a { background-color: #9C8EDB; }

 a { background-color: rgb(156,142,219); }

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

border-color css

<style>
 span { border-color: #9C8EDB; }

 span { border-color: rgb(156,142,219); }

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