Html Css Color HEX #9689E1 Blue Bell

📋 copy color: '#9689E1'

red 150 ◦ green 137 ◦ blue 225

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

Shades of Blue Bell #9689E1

Tints of Blue Bell #9689E1

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.76%

 BLUE value IS 225 (88.28% from 255) = 43.95%

R = 29.3%
G = 26.76%
B = 43.95%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9689E1 (or 0x9689E1) is known color: Blue Bell. HEX triplet: 96, 89 and E1. RGB value is (150,137,225). Sum of RGB (Red+Green+Blue) = 150+137+225=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #9689E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9689E1 is #69761E. Grayscale: #969696. Windows color (decimal): -6911519 or 14780822. OLE color: 14780822.

HSL color Cylindrical-coordinate representation of color #9689E1: hue angle of 248.86º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9689E1 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 137 225 -
CMYK 0.33 0.39 0 0.12
HSL 248.86º 0.59% 0.71% -
HSV(B) 248.86º 0.39% 0.88% -
XYZ 35.11 29.81 75.14 -
YUV 150.92 169.81 127.34 -
System Red Green Blue C M Y K H S L
Decimal 150 137 225 0.33 0.39 0 0.12 248.86 0.59 0.71
Hex 96 89 E1 21 27 0 C F9 3B 47
Octal 226 211 341 41 47 0 14 371 73 107
Binary 10010110 10001001 11100001 100001 100111 0 1100 11111001 111011 1000111

Color Harmonies of #9689E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9689E1

Black with #9689E1

Text Example


Text Example

White with #9689E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9689E1; }

 p { color: rgb(150,137,225); }

 H1.HeaderClassName
 {
   color: #9689E1;
 }
 .AnyTagClassName
 {
   color: #9689E1;
 }
</style>

background-color css

<style>
 a { background-color: #9689E1; }

 a { background-color: rgb(150,137,225); }

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

border-color css

<style>
 span { border-color: #9689E1; }

 span { border-color: rgb(150,137,225); }

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