Html Css Color HEX #9D9BEB Wistful

📋 copy color: '#9D9BEB'

red 157 ◦ green 155 ◦ blue 235

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

Shades of Wistful #9D9BEB

Tints of Wistful #9D9BEB

RGB

 RED value IS 157 (61.72% from 255) = 28.7%

 GREEN value IS 155 (60.94% from 255) = 28.34%

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

R = 28.7%
G = 28.34%
B = 42.96%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9D9BEB (or 0x9D9BEB) is known color: Wistful. HEX triplet: 9D, 9B and EB. RGB value is (157,155,235). Sum of RGB (Red+Green+Blue) = 157+155+235=547 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.70% from 547); Green value is 155 (60.94% from 255 or 28.34% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #9D9BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D9BEB is #626414. Grayscale: #A4A4A4. Windows color (decimal): -6448149 or 15440797. OLE color: 15440797.

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

Color convert

RGB 157 155 235 -
CMYK 0.33 0.34 0 0.08
HSL 241.5º 0.67% 0.76% -
HSV(B) 241.5º 0.34% 0.92% -
XYZ 40.62 36.61 83.52 -
YUV 164.72 167.66 122.5 -
System Red Green Blue C M Y K H S L
Decimal 157 155 235 0.33 0.34 0 0.08 241.5 0.67 0.76
Hex 9D 9B EB 21 22 0 8 F2 43 4C
Octal 235 233 353 41 42 0 10 362 103 114
Binary 10011101 10011011 11101011 100001 100010 0 1000 11110010 1000011 1001100

Color Harmonies of #9D9BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D9BEB

Black with #9D9BEB

Text Example


Text Example

White with #9D9BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,155,235); }

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

background-color css

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

 a { background-color: rgb(157,155,235); }

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

border-color css

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

 span { border-color: rgb(157,155,235); }

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