Html Css Color HEX #9F9FCB Wistful

📋 copy color: '#9F9FCB'

red 159 ◦ green 159 ◦ blue 203

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

Shades of Wistful #9F9FCB

Tints of Wistful #9F9FCB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.52%

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

R = 30.52%
G = 30.52%
B = 38.96%

CMYK

 C value IS 0.22

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9F9FCB (or 0x9F9FCB) is known color: Wistful. HEX triplet: 9F, 9F and CB. RGB value is (159,159,203). Sum of RGB (Red+Green+Blue) = 159+159+203=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F9FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9FCB is #606034. Grayscale: #A3A3A3. Windows color (decimal): -6316085 or 13344671. OLE color: 13344671.

HSL color Cylindrical-coordinate representation of color #9F9FCB: hue angle of 240º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9F9FCB is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 159 203 -
CMYK 0.22 0.22 0 0.20
HSL 240º 0.3% 0.71% -
HSV(B) 240º 0.22% 0.8% -
XYZ 37.48 36.48 61.57 -
YUV 164.02 150 124.42 -
System Red Green Blue C M Y K H S L
Decimal 159 159 203 0.22 0.22 0 0.20 240 0.3 0.71
Hex 9F 9F CB 16 16 0 14 F0 1E 47
Octal 237 237 313 26 26 0 24 360 36 107
Binary 10011111 10011111 11001011 10110 10110 0 10100 11110000 11110 1000111

Color Harmonies of #9F9FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9FCB

Black with #9F9FCB

Text Example


Text Example

White with #9F9FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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