Html Css Color HEX #9E8CEB Biloba Flower

📋 copy color: '#9E8CEB'

red 158 ◦ green 140 ◦ blue 235

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

Shades of Biloba Flower #9E8CEB

Tints of Biloba Flower #9E8CEB

RGB

 RED value IS 158 (62.11% from 255) = 29.64%

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

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

R = 29.64%
G = 26.27%
B = 44.09%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9E8CEB (or 0x9E8CEB) is known color: Biloba Flower. HEX triplet: 9E, 8C and EB. RGB value is (158,140,235). Sum of RGB (Red+Green+Blue) = 158+140+235=533 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.64% from 533); Green value is 140 (55.08% from 255 or 26.27% 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 #9E8CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8CEB is #617314. Grayscale: #9B9B9B. Windows color (decimal): -6386453 or 15436958. OLE color: 15436958.

HSL color Cylindrical-coordinate representation of color #9E8CEB: hue angle of 251.37º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E8CEB is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 140 235 -
CMYK 0.33 0.40 0 0.08
HSL 251.37º 0.7% 0.74% -
HSV(B) 251.37º 0.4% 0.92% -
XYZ 38.47 32.02 82.75 -
YUV 156.21 172.46 129.28 -
System Red Green Blue C M Y K H S L
Decimal 158 140 235 0.33 0.40 0 0.08 251.37 0.7 0.74
Hex 9E 8C EB 21 28 0 8 FB 46 4A
Octal 236 214 353 41 50 0 10 373 106 112
Binary 10011110 10001100 11101011 100001 101000 0 1000 11111011 1000110 1001010

Color Harmonies of #9E8CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8CEB

Black with #9E8CEB

Text Example


Text Example

White with #9E8CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,140,235); }

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

background-color css

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

 a { background-color: rgb(158,140,235); }

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

border-color css

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

 span { border-color: rgb(158,140,235); }

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