Html Css Color HEX #9889DA Blue Bell

📋 copy color: '#9889DA'

red 152 ◦ green 137 ◦ blue 218

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

Shades of Blue Bell #9889DA

Tints of Blue Bell #9889DA

RGB

 RED value IS 152 (59.77% from 255) = 29.98%

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

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

R = 29.98%
G = 27.02%
B = 43%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9889DA (or 0x9889DA) is known color: Blue Bell. HEX triplet: 98, 89 and DA. RGB value is (152,137,218). Sum of RGB (Red+Green+Blue) = 152+137+218=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 137 (53.91% from 255 or 27.02% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #9889DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9889DA is #677625. Grayscale: #969696. Windows color (decimal): -6780454 or 14322072. OLE color: 14322072.

HSL color Cylindrical-coordinate representation of color #9889DA: hue angle of 251.11º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9889DA is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 152 137 218 -
CMYK 0.30 0.37 0 0.15
HSL 251.11º 0.52% 0.7% -
HSV(B) 251.11º 0.37% 0.85% -
XYZ 34.55 29.63 70.23 -
YUV 150.72 165.97 128.91 -
System Red Green Blue C M Y K H S L
Decimal 152 137 218 0.30 0.37 0 0.15 251.11 0.52 0.7
Hex 98 89 DA 1E 25 0 F FB 34 46
Octal 230 211 332 36 45 0 17 373 64 106
Binary 10011000 10001001 11011010 11110 100101 0 1111 11111011 110100 1000110

Color Harmonies of #9889DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9889DA

Black with #9889DA

Text Example


Text Example

White with #9889DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,137,218); }

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

background-color css

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

 a { background-color: rgb(152,137,218); }

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

border-color css

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

 span { border-color: rgb(152,137,218); }

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