Html Css Color HEX #9C90EB Wistful

📋 copy color: '#9C90EB'

red 156 ◦ green 144 ◦ blue 235

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

Shades of Wistful #9C90EB

Tints of Wistful #9C90EB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.92%

 BLUE value IS 235 (92.19% from 255) = 43.93%

R = 29.16%
G = 26.92%
B = 43.93%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9C90EB (or 0x9C90EB) is known color: Wistful. HEX triplet: 9C, 90 and EB. RGB value is (156,144,235). Sum of RGB (Red+Green+Blue) = 156+144+235=535 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.16% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 235 (92.19% from 255 or 43.93% from 535); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C90EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C90EB is #636F14. Grayscale: #9D9D9D. Windows color (decimal): -6516501 or 15437980. OLE color: 15437980.

HSL color Cylindrical-coordinate representation of color #9C90EB: hue angle of 247.91º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C90EB is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 156 144 235 -
CMYK 0.34 0.39 0 0.08
HSL 247.91º 0.69% 0.74% -
HSV(B) 247.91º 0.39% 0.92% -
XYZ 38.68 33.01 82.93 -
YUV 157.96 171.48 126.6 -
System Red Green Blue C M Y K H S L
Decimal 156 144 235 0.34 0.39 0 0.08 247.91 0.69 0.74
Hex 9C 90 EB 22 27 0 8 F8 45 4A
Octal 234 220 353 42 47 0 10 370 105 112
Binary 10011100 10010000 11101011 100010 100111 0 1000 11111000 1000101 1001010

Color Harmonies of #9C90EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C90EB

Black with #9C90EB

Text Example


Text Example

White with #9C90EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,144,235); }

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

background-color css

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

 a { background-color: rgb(156,144,235); }

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

border-color css

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

 span { border-color: rgb(156,144,235); }

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