Html Css Color HEX #9C8EE2 Wistful

📋 copy color: '#9C8EE2'

red 156 ◦ green 142 ◦ blue 226

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

Shades of Wistful #9C8EE2

Tints of Wistful #9C8EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 43.13%

R = 29.77%
G = 27.1%
B = 43.13%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9C8EE2 (or 0x9C8EE2) is known color: Wistful. HEX triplet: 9C, 8E and E2. RGB value is (156,142,226). Sum of RGB (Red+Green+Blue) = 156+142+226=524 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.77% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 226 (88.67% from 255 or 43.13% from 524); Max value from RGB is 226 - color contains mainly: blue. Hex color #9C8EE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8EE2 is #63711D. Grayscale: #9B9B9B. Windows color (decimal): -6517022 or 14847644. OLE color: 14847644.

HSL color Cylindrical-coordinate representation of color #9C8EE2: hue angle of 250º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C8EE2 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 156 142 226 -
CMYK 0.31 0.37 0 0.11
HSL 250º 0.59% 0.72% -
HSV(B) 250º 0.37% 0.89% -
XYZ 37.11 31.9 76.15 -
YUV 155.76 167.64 128.17 -
System Red Green Blue C M Y K H S L
Decimal 156 142 226 0.31 0.37 0 0.11 250 0.59 0.72
Hex 9C 8E E2 1F 25 0 B FA 3B 48
Octal 234 216 342 37 45 0 13 372 73 110
Binary 10011100 10001110 11100010 11111 100101 0 1011 11111010 111011 1001000

Color Harmonies of #9C8EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C8EE2

Black with #9C8EE2

Text Example


Text Example

White with #9C8EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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