Html Css Color HEX #9790DF Blue Bell

📋 copy color: '#9790DF'

red 151 ◦ green 144 ◦ blue 223

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

Shades of Blue Bell #9790DF

Tints of Blue Bell #9790DF

RGB

 RED value IS 151 (59.38% from 255) = 29.15%

 GREEN value IS 144 (56.64% from 255) = 27.8%

 BLUE value IS 223 (87.5% from 255) = 43.05%

R = 29.15%
G = 27.8%
B = 43.05%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9790DF (or 0x9790DF) is known color: Blue Bell. HEX triplet: 97, 90 and DF. RGB value is (151,144,223). Sum of RGB (Red+Green+Blue) = 151+144+223=518 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.15% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #9790DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9790DF is #686F20. Grayscale: #9A9A9A. Windows color (decimal): -6844193 or 14651543. OLE color: 14651543.

HSL color Cylindrical-coordinate representation of color #9790DF: hue angle of 245.32º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9790DF is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 144 223 -
CMYK 0.32 0.35 0 0.13
HSL 245.32º 0.55% 0.72% -
HSV(B) 245.32º 0.35% 0.87% -
XYZ 36.06 31.85 74.06 -
YUV 155.1 166.32 125.08 -
System Red Green Blue C M Y K H S L
Decimal 151 144 223 0.32 0.35 0 0.13 245.32 0.55 0.72
Hex 97 90 DF 20 23 0 D F5 37 48
Octal 227 220 337 40 43 0 15 365 67 110
Binary 10010111 10010000 11011111 100000 100011 0 1101 11110101 110111 1001000

Color Harmonies of #9790DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9790DF

Black with #9790DF

Text Example


Text Example

White with #9790DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9790DF; }

 p { color: rgb(151,144,223); }

 H1.HeaderClassName
 {
   color: #9790DF;
 }
 .AnyTagClassName
 {
   color: #9790DF;
 }
</style>

background-color css

<style>
 a { background-color: #9790DF; }

 a { background-color: rgb(151,144,223); }

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

border-color css

<style>
 span { border-color: #9790DF; }

 span { border-color: rgb(151,144,223); }

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