Html Css Color HEX #9690DA Blue Bell

📋 copy color: '#9690DA'

red 150 ◦ green 144 ◦ blue 218

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

Shades of Blue Bell #9690DA

Tints of Blue Bell #9690DA

RGB

 RED value IS 150 (58.98% from 255) = 29.3%

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

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

R = 29.3%
G = 28.13%
B = 42.58%

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

#9690DA (or 0x9690DA) is known color: Blue Bell. HEX triplet: 96, 90 and DA. RGB value is (150,144,218). Sum of RGB (Red+Green+Blue) = 150+144+218=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #9690DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9690DA is #696F25. Grayscale: #999999. Windows color (decimal): -6909734 or 14323862. OLE color: 14323862.

HSL color Cylindrical-coordinate representation of color #9690DA: hue angle of 244.86º 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 #9690DA is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 150 144 218 -
CMYK 0.31 0.34 0 0.15
HSL 244.86º 0.5% 0.71% -
HSV(B) 244.86º 0.34% 0.85% -
XYZ 35.21 31.49 70.55 -
YUV 154.23 163.99 124.98 -
System Red Green Blue C M Y K H S L
Decimal 150 144 218 0.31 0.34 0 0.15 244.86 0.5 0.71
Hex 96 90 DA 1F 22 0 F F5 32 47
Octal 226 220 332 37 42 0 17 365 62 107
Binary 10010110 10010000 11011010 11111 100010 0 1111 11110101 110010 1000111

Color Harmonies of #9690DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9690DA

Black with #9690DA

Text Example


Text Example

White with #9690DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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