Html Css Color HEX #9598D7 Blue Bell

📋 copy color: '#9598D7'

red 149 ◦ green 152 ◦ blue 215

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

Shades of Blue Bell #9598D7

Tints of Blue Bell #9598D7

RGB

 RED value IS 149 (58.59% from 255) = 28.88%

 GREEN value IS 152 (59.77% from 255) = 29.46%

 BLUE value IS 215 (84.38% from 255) = 41.67%

R = 28.88%
G = 29.46%
B = 41.67%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9598D7 (or 0x9598D7) is known color: Blue Bell. HEX triplet: 95, 98 and D7. RGB value is (149,152,215). Sum of RGB (Red+Green+Blue) = 149+152+215=516 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.88% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 215 (84.38% from 255 or 41.67% from 516); Max value from RGB is 215 - color contains mainly: blue. Hex color #9598D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9598D7 is #6A6728. Grayscale: #9E9E9E. Windows color (decimal): -6973225 or 14129301. OLE color: 14129301.

HSL color Cylindrical-coordinate representation of color #9598D7: hue angle of 237.27º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9598D7 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 152 215 -
CMYK 0.31 0.29 0 0.16
HSL 237.27º 0.45% 0.71% -
HSV(B) 237.27º 0.31% 0.84% -
XYZ 35.89 33.75 68.91 -
YUV 158.29 160.01 121.38 -
System Red Green Blue C M Y K H S L
Decimal 149 152 215 0.31 0.29 0 0.16 237.27 0.45 0.71
Hex 95 98 D7 1F 1D 0 10 ED 2D 47
Octal 225 230 327 37 35 0 20 355 55 107
Binary 10010101 10011000 11010111 11111 11101 0 10000 11101101 101101 1000111

Color Harmonies of #9598D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9598D7

Black with #9598D7

Text Example


Text Example

White with #9598D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9598D7; }

 p { color: rgb(149,152,215); }

 H1.HeaderClassName
 {
   color: #9598D7;
 }
 .AnyTagClassName
 {
   color: #9598D7;
 }
</style>

background-color css

<style>
 a { background-color: #9598D7; }

 a { background-color: rgb(149,152,215); }

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

border-color css

<style>
 span { border-color: #9598D7; }

 span { border-color: rgb(149,152,215); }

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