Html Css Color HEX #9598BE Blue Bell

📋 copy color: '#9598BE'

red 149 ◦ green 152 ◦ blue 190

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

Shades of Blue Bell #9598BE

Tints of Blue Bell #9598BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.7%

R = 30.35%
G = 30.96%
B = 38.7%

CMYK

 C value IS 0.22

 M value IS 0.2

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9598BE (or 0x9598BE) is known color: Blue Bell. HEX triplet: 95, 98 and BE. RGB value is (149,152,190). Sum of RGB (Red+Green+Blue) = 149+152+190=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #9598BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9598BE is #6A6741. Grayscale: #9B9B9B. Windows color (decimal): -6973250 or 12490901. OLE color: 12490901.

HSL color Cylindrical-coordinate representation of color #9598BE: hue angle of 235.61º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9598BE is Cyan = 0.22, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 152 190 -
CMYK 0.22 0.2 0 0.25
HSL 235.61º 0.24% 0.66% -
HSV(B) 235.61º 0.22% 0.75% -
XYZ 32.92 32.56 53.27 -
YUV 155.44 147.51 123.41 -
System Red Green Blue C M Y K H S L
Decimal 149 152 190 0.22 0.2 0 0.25 235.61 0.24 0.66
Hex 95 98 BE 16 14 0 19 EC 18 42
Octal 225 230 276 26 24 0 31 354 30 102
Binary 10010101 10011000 10111110 10110 10100 0 11001 11101100 11000 1000010

Color Harmonies of #9598BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9598BE

Black with #9598BE

Text Example


Text Example

White with #9598BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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