Html Css Color HEX #9F9BCC Wistful

📋 copy color: '#9F9BCC'

red 159 ◦ green 155 ◦ blue 204

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

Shades of Wistful #9F9BCC

Tints of Wistful #9F9BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 30.69%
G = 29.92%
B = 39.38%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9F9BCC (or 0x9F9BCC) is known color: Wistful. HEX triplet: 9F, 9B and CC. RGB value is (159,155,204). Sum of RGB (Red+Green+Blue) = 159+155+204=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F9BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9BCC is #606433. Grayscale: #A1A1A1. Windows color (decimal): -6317108 or 13409183. OLE color: 13409183.

HSL color Cylindrical-coordinate representation of color #9F9BCC: hue angle of 244.9º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F9BCC is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 159 155 204 -
CMYK 0.22 0.24 0 0.2
HSL 244.9º 0.32% 0.7% -
HSV(B) 244.9º 0.24% 0.8% -
XYZ 36.92 35.17 61.97 -
YUV 161.78 151.83 126.02 -
System Red Green Blue C M Y K H S L
Decimal 159 155 204 0.22 0.24 0 0.2 244.9 0.32 0.7
Hex 9F 9B CC 16 18 0 14 F5 20 46
Octal 237 233 314 26 30 0 24 365 40 106
Binary 10011111 10011011 11001100 10110 11000 0 10100 11110101 100000 1000110

Color Harmonies of #9F9BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9BCC

Black with #9F9BCC

Text Example


Text Example

White with #9F9BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,155,204); }

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

background-color css

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

 a { background-color: rgb(159,155,204); }

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

border-color css

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

 span { border-color: rgb(159,155,204); }

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