Html Css Color HEX #9F9ACB Wistful

📋 copy color: '#9F9ACB'

red 159 ◦ green 154 ◦ blue 203

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

Shades of Wistful #9F9ACB

Tints of Wistful #9F9ACB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.84%

 BLUE value IS 203 (79.69% from 255) = 39.34%

R = 30.81%
G = 29.84%
B = 39.34%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F9ACB (or 0x9F9ACB) is known color: Wistful. HEX triplet: 9F, 9A and CB. RGB value is (159,154,203). Sum of RGB (Red+Green+Blue) = 159+154+203=516 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.81% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F9ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9ACB is #606534. Grayscale: #A0A0A0. Windows color (decimal): -6317365 or 13343391. OLE color: 13343391.

HSL color Cylindrical-coordinate representation of color #9F9ACB: hue angle of 246.12º 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 #9F9ACB is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 154 203 -
CMYK 0.22 0.24 0 0.20
HSL 246.12º 0.32% 0.7% -
HSV(B) 246.12º 0.24% 0.8% -
XYZ 36.63 34.79 61.29 -
YUV 161.08 151.66 126.52 -
System Red Green Blue C M Y K H S L
Decimal 159 154 203 0.22 0.24 0 0.20 246.12 0.32 0.7
Hex 9F 9A CB 16 18 0 14 F6 20 46
Octal 237 232 313 26 30 0 24 366 40 106
Binary 10011111 10011010 11001011 10110 11000 0 10100 11110110 100000 1000110

Color Harmonies of #9F9ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9ACB

Black with #9F9ACB

Text Example


Text Example

White with #9F9ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,154,203); }

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

background-color css

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

 a { background-color: rgb(159,154,203); }

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

border-color css

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

 span { border-color: rgb(159,154,203); }

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