Html Css Color HEX #9F9CEB Wistful

📋 copy color: '#9F9CEB'

red 159 ◦ green 156 ◦ blue 235

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

Shades of Wistful #9F9CEB

Tints of Wistful #9F9CEB

RGB

 RED value IS 159 (62.5% from 255) = 28.91%

 GREEN value IS 156 (61.33% from 255) = 28.36%

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

R = 28.91%
G = 28.36%
B = 42.73%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F9CEB (or 0x9F9CEB) is known color: Wistful. HEX triplet: 9F, 9C and EB. RGB value is (159,156,235). Sum of RGB (Red+Green+Blue) = 159+156+235=550 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.91% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F9CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9CEB is #606314. Grayscale: #A5A5A5. Windows color (decimal): -6316821 or 15441055. OLE color: 15441055.

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

Color convert

RGB 159 156 235 -
CMYK 0.32 0.34 0 0.08
HSL 242.28º 0.66% 0.77% -
HSV(B) 242.28º 0.34% 0.92% -
XYZ 41.18 37.15 83.6 -
YUV 165.9 166.99 123.08 -
System Red Green Blue C M Y K H S L
Decimal 159 156 235 0.32 0.34 0 0.08 242.28 0.66 0.77
Hex 9F 9C EB 20 22 0 8 F2 42 4D
Octal 237 234 353 40 42 0 10 362 102 115
Binary 10011111 10011100 11101011 100000 100010 0 1000 11110010 1000010 1001101

Color Harmonies of #9F9CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9CEB

Black with #9F9CEB

Text Example


Text Example

White with #9F9CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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