Html Css Color HEX #9690E0 Blue Bell

📋 copy color: '#9690E0'

red 150 ◦ green 144 ◦ blue 224

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

Shades of Blue Bell #9690E0

Tints of Blue Bell #9690E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.24%

R = 28.96%
G = 27.8%
B = 43.24%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9690E0 (or 0x9690E0) is known color: Blue Bell. HEX triplet: 96, 90 and E0. RGB value is (150,144,224). Sum of RGB (Red+Green+Blue) = 150+144+224=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 224 - color contains mainly: blue. Hex color #9690E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9690E0 is #696F1F. Grayscale: #9A9A9A. Windows color (decimal): -6909728 or 14717078. OLE color: 14717078.

HSL color Cylindrical-coordinate representation of color #9690E0: hue angle of 244.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9690E0 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 144 224 -
CMYK 0.33 0.36 0 0.12
HSL 244.5º 0.56% 0.72% -
HSV(B) 244.5º 0.36% 0.88% -
XYZ 36.01 31.81 74.76 -
YUV 154.91 166.99 124.5 -
System Red Green Blue C M Y K H S L
Decimal 150 144 224 0.33 0.36 0 0.12 244.5 0.56 0.72
Hex 96 90 E0 21 24 0 C F4 38 48
Octal 226 220 340 41 44 0 14 364 70 110
Binary 10010110 10010000 11100000 100001 100100 0 1100 11110100 111000 1001000

Color Harmonies of #9690E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9690E0

Black with #9690E0

Text Example


Text Example

White with #9690E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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