Html Css Color HEX #9F9BC2 Wistful

📋 copy color: '#9F9BC2'

red 159 ◦ green 155 ◦ blue 194

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

Shades of Wistful #9F9BC2

Tints of Wistful #9F9BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.19%

R = 31.3%
G = 30.51%
B = 38.19%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9F9BC2 (or 0x9F9BC2) is known color: Wistful. HEX triplet: 9F, 9B and C2. RGB value is (159,155,194). Sum of RGB (Red+Green+Blue) = 159+155+194=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 194 - color contains mainly: blue. Hex color #9F9BC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9BC2 is #60643D. Grayscale: #A0A0A0. Windows color (decimal): -6317118 or 12753823. OLE color: 12753823.

HSL color Cylindrical-coordinate representation of color #9F9BC2: hue angle of 246.15º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9F9BC2 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 155 194 -
CMYK 0.18 0.20 0 0.24
HSL 246.15º 0.24% 0.68% -
HSV(B) 246.15º 0.2% 0.76% -
XYZ 35.76 34.71 55.85 -
YUV 160.64 146.83 126.83 -
System Red Green Blue C M Y K H S L
Decimal 159 155 194 0.18 0.20 0 0.24 246.15 0.24 0.68
Hex 9F 9B C2 12 14 0 18 F6 18 44
Octal 237 233 302 22 24 0 30 366 30 104
Binary 10011111 10011011 11000010 10010 10100 0 11000 11110110 11000 1000100

Color Harmonies of #9F9BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9BC2

Black with #9F9BC2

Text Example


Text Example

White with #9F9BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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