Html Css Color HEX #9691E0 Blue Bell

📋 copy color: '#9691E0'

red 150 ◦ green 145 ◦ blue 224

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

Shades of Blue Bell #9691E0

Tints of Blue Bell #9691E0

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.94%

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

R = 28.9%
G = 27.94%
B = 43.16%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9691E0 (or 0x9691E0) is known color: Blue Bell. HEX triplet: 96, 91 and E0. RGB value is (150,145,224). Sum of RGB (Red+Green+Blue) = 150+145+224=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 224 (87.89% from 255 or 43.16% from 519); Max value from RGB is 224 - color contains mainly: blue. Hex color #9691E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9691E0 is #696E1F. Grayscale: #9B9B9B. Windows color (decimal): -6909472 or 14717334. OLE color: 14717334.

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

Color convert

RGB 150 145 224 -
CMYK 0.33 0.35 0 0.12
HSL 243.8º 0.56% 0.72% -
HSV(B) 243.8º 0.35% 0.88% -
XYZ 36.16 32.12 74.81 -
YUV 155.5 166.66 124.08 -
System Red Green Blue C M Y K H S L
Decimal 150 145 224 0.33 0.35 0 0.12 243.8 0.56 0.72
Hex 96 91 E0 21 23 0 C F4 38 48
Octal 226 221 340 41 43 0 14 364 70 110
Binary 10010110 10010001 11100000 100001 100011 0 1100 11110100 111000 1001000

Color Harmonies of #9691E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9691E0

Black with #9691E0

Text Example


Text Example

White with #9691E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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