Html Css Color HEX #9790DA Blue Bell

📋 copy color: '#9790DA'

red 151 ◦ green 144 ◦ blue 218

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

Shades of Blue Bell #9790DA

Tints of Blue Bell #9790DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.5%

R = 29.43%
G = 28.07%
B = 42.5%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9790DA (or 0x9790DA) is known color: Blue Bell. HEX triplet: 97, 90 and DA. RGB value is (151,144,218). Sum of RGB (Red+Green+Blue) = 151+144+218=513 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.43% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #9790DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9790DA is #686F25. Grayscale: #9A9A9A. Windows color (decimal): -6844198 or 14323863. OLE color: 14323863.

HSL color Cylindrical-coordinate representation of color #9790DA: hue angle of 245.68º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9790DA is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 144 218 -
CMYK 0.31 0.34 0 0.15
HSL 245.68º 0.5% 0.71% -
HSV(B) 245.68º 0.34% 0.85% -
XYZ 35.39 31.59 70.56 -
YUV 154.53 163.82 125.48 -
System Red Green Blue C M Y K H S L
Decimal 151 144 218 0.31 0.34 0 0.15 245.68 0.5 0.71
Hex 97 90 DA 1F 22 0 F F6 32 47
Octal 227 220 332 37 42 0 17 366 62 107
Binary 10010111 10010000 11011010 11111 100010 0 1111 11110110 110010 1000111

Color Harmonies of #9790DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9790DA

Black with #9790DA

Text Example


Text Example

White with #9790DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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