Html Css Color HEX #9F8BEB Biloba Flower

📋 copy color: '#9F8BEB'

red 159 ◦ green 139 ◦ blue 235

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

Shades of Biloba Flower #9F8BEB

Tints of Biloba Flower #9F8BEB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.08%

 BLUE value IS 235 (92.19% from 255) = 44.09%

R = 29.83%
G = 26.08%
B = 44.09%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9F8BEB (or 0x9F8BEB) is known color: Biloba Flower. HEX triplet: 9F, 8B and EB. RGB value is (159,139,235). Sum of RGB (Red+Green+Blue) = 159+139+235=533 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.83% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F8BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8BEB is #607414. Grayscale: #9B9B9B. Windows color (decimal): -6321173 or 15436703. OLE color: 15436703.

HSL color Cylindrical-coordinate representation of color #9F8BEB: hue angle of 252.5º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F8BEB is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 139 235 -
CMYK 0.32 0.41 0 0.08
HSL 252.5º 0.71% 0.73% -
HSV(B) 252.5º 0.41% 0.92% -
XYZ 38.53 31.83 82.71 -
YUV 155.92 172.63 130.19 -
System Red Green Blue C M Y K H S L
Decimal 159 139 235 0.32 0.41 0 0.08 252.5 0.71 0.73
Hex 9F 8B EB 20 29 0 8 FD 47 49
Octal 237 213 353 40 51 0 10 375 107 111
Binary 10011111 10001011 11101011 100000 101001 0 1000 11111101 1000111 1001001

Color Harmonies of #9F8BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8BEB

Black with #9F8BEB

Text Example


Text Example

White with #9F8BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,139,235); }

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

background-color css

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

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

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

border-color css

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

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

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