Html Css Color HEX #9C8ADE Wistful

📋 copy color: '#9C8ADE'

red 156 ◦ green 138 ◦ blue 222

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

Shades of Wistful #9C8ADE

Tints of Wistful #9C8ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.74%

 BLUE value IS 222 (87.11% from 255) = 43.02%

R = 30.23%
G = 26.74%
B = 43.02%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9C8ADE (or 0x9C8ADE) is known color: Wistful. HEX triplet: 9C, 8A and DE. RGB value is (156,138,222). Sum of RGB (Red+Green+Blue) = 156+138+222=516 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.23% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C8ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8ADE is #637521. Grayscale: #989898. Windows color (decimal): -6518050 or 14584476. OLE color: 14584476.

HSL color Cylindrical-coordinate representation of color #9C8ADE: hue angle of 252.86º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C8ADE is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 156 138 222 -
CMYK 0.30 0.38 0 0.13
HSL 252.86º 0.56% 0.71% -
HSV(B) 252.86º 0.38% 0.87% -
XYZ 35.98 30.52 73.1 -
YUV 152.96 166.96 130.17 -
System Red Green Blue C M Y K H S L
Decimal 156 138 222 0.30 0.38 0 0.13 252.86 0.56 0.71
Hex 9C 8A DE 1E 26 0 D FD 38 47
Octal 234 212 336 36 46 0 15 375 70 107
Binary 10011100 10001010 11011110 11110 100110 0 1101 11111101 111000 1000111

Color Harmonies of #9C8ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8ADE

Black with #9C8ADE

Text Example


Text Example

White with #9C8ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,138,222); }

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

background-color css

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

 a { background-color: rgb(156,138,222); }

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

border-color css

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

 span { border-color: rgb(156,138,222); }

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