Html Css Color HEX #9F8CEC Biloba Flower

📋 copy color: '#9F8CEC'

red 159 ◦ green 140 ◦ blue 236

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

Shades of Biloba Flower #9F8CEC

Tints of Biloba Flower #9F8CEC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.17%

 BLUE value IS 236 (92.58% from 255) = 44.11%

R = 29.72%
G = 26.17%
B = 44.11%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9F8CEC (or 0x9F8CEC) is known color: Biloba Flower. HEX triplet: 9F, 8C and EC. RGB value is (159,140,236). Sum of RGB (Red+Green+Blue) = 159+140+236=535 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.72% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F8CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8CEC is #607313. Grayscale: #9C9C9C. Windows color (decimal): -6320916 or 15502495. OLE color: 15502495.

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

Color convert

RGB 159 140 236 -
CMYK 0.33 0.41 0 0.07
HSL 251.88º 0.72% 0.74% -
HSV(B) 251.88º 0.41% 0.93% -
XYZ 38.82 32.18 83.52 -
YUV 156.63 172.79 129.69 -
System Red Green Blue C M Y K H S L
Decimal 159 140 236 0.33 0.41 0 0.07 251.88 0.72 0.74
Hex 9F 8C EC 21 29 0 7 FC 48 4A
Octal 237 214 354 41 51 0 7 374 110 112
Binary 10011111 10001100 11101100 100001 101001 0 111 11111100 1001000 1001010

Color Harmonies of #9F8CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8CEC

Black with #9F8CEC

Text Example


Text Example

White with #9F8CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,140,236); }

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

background-color css

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

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

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

border-color css

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

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

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