Html Css Color HEX #9F94EE Wistful

📋 copy color: '#9F94EE'

red 159 ◦ green 148 ◦ blue 238

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

Shades of Wistful #9F94EE

Tints of Wistful #9F94EE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.16%

 BLUE value IS 238 (93.36% from 255) = 43.67%

R = 29.17%
G = 27.16%
B = 43.67%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9F94EE (or 0x9F94EE) is known color: Wistful. HEX triplet: 9F, 94 and EE. RGB value is (159,148,238). Sum of RGB (Red+Green+Blue) = 159+148+238=545 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.17% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F94EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F94EE is #606B11. Grayscale: #A1A1A1. Windows color (decimal): -6318866 or 15635615. OLE color: 15635615.

HSL color Cylindrical-coordinate representation of color #9F94EE: hue angle of 247.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F94EE is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 159 148 238 -
CMYK 0.33 0.38 0 0.07
HSL 247.33º 0.73% 0.76% -
HSV(B) 247.33º 0.38% 0.93% -
XYZ 40.32 34.72 85.47 -
YUV 161.55 171.14 126.18 -
System Red Green Blue C M Y K H S L
Decimal 159 148 238 0.33 0.38 0 0.07 247.33 0.73 0.76
Hex 9F 94 EE 21 26 0 7 F7 49 4C
Octal 237 224 356 41 46 0 7 367 111 114
Binary 10011111 10010100 11101110 100001 100110 0 111 11110111 1001001 1001100

Color Harmonies of #9F94EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F94EE

Black with #9F94EE

Text Example


Text Example

White with #9F94EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,148,238); }

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

background-color css

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

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

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

border-color css

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

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

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