Html Css Color HEX #9D8BDE Biloba Flower

📋 copy color: '#9D8BDE'

red 157 ◦ green 139 ◦ blue 222

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

Shades of Biloba Flower #9D8BDE

Tints of Biloba Flower #9D8BDE

RGB

 RED value IS 157 (61.72% from 255) = 30.31%

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

 BLUE value IS 222 (87.11% from 255) = 42.86%

R = 30.31%
G = 26.83%
B = 42.86%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9D8BDE (or 0x9D8BDE) is known color: Biloba Flower. HEX triplet: 9D, 8B and DE. RGB value is (157,139,222). Sum of RGB (Red+Green+Blue) = 157+139+222=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 139 (54.69% from 255 or 26.83% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D8BDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8BDE is #627421. Grayscale: #999999. Windows color (decimal): -6452258 or 14584733. OLE color: 14584733.

HSL color Cylindrical-coordinate representation of color #9D8BDE: hue angle of 253.01º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D8BDE is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 157 139 222 -
CMYK 0.29 0.37 0 0.13
HSL 253.01º 0.56% 0.71% -
HSV(B) 253.01º 0.37% 0.87% -
XYZ 36.32 30.91 73.16 -
YUV 153.84 166.46 130.25 -
System Red Green Blue C M Y K H S L
Decimal 157 139 222 0.29 0.37 0 0.13 253.01 0.56 0.71
Hex 9D 8B DE 1D 25 0 D FD 38 47
Octal 235 213 336 35 45 0 15 375 70 107
Binary 10011101 10001011 11011110 11101 100101 0 1101 11111101 111000 1000111

Color Harmonies of #9D8BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8BDE

Black with #9D8BDE

Text Example


Text Example

White with #9D8BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,139,222); }

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

background-color css

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

 a { background-color: rgb(157,139,222); }

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

border-color css

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

 span { border-color: rgb(157,139,222); }

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