Html Css Color HEX #9598C0 Blue Bell

📋 copy color: '#9598C0'

red 149 ◦ green 152 ◦ blue 192

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

Shades of Blue Bell #9598C0

Tints of Blue Bell #9598C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.95%

R = 30.22%
G = 30.83%
B = 38.95%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9598C0 (or 0x9598C0) is known color: Blue Bell. HEX triplet: 95, 98 and C0. RGB value is (149,152,192). Sum of RGB (Red+Green+Blue) = 149+152+192=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 192 - color contains mainly: blue. Hex color #9598C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9598C0 is #6A673F. Grayscale: #9B9B9B. Windows color (decimal): -6973248 or 12621973. OLE color: 12621973.

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

Color convert

RGB 149 152 192 -
CMYK 0.22 0.21 0 0.25
HSL 235.81º 0.25% 0.67% -
HSV(B) 235.81º 0.22% 0.75% -
XYZ 33.14 32.65 54.43 -
YUV 155.66 148.51 123.25 -
System Red Green Blue C M Y K H S L
Decimal 149 152 192 0.22 0.21 0 0.25 235.81 0.25 0.67
Hex 95 98 C0 16 15 0 19 EC 19 43
Octal 225 230 300 26 25 0 31 354 31 103
Binary 10010101 10011000 11000000 10110 10101 0 11001 11101100 11001 1000011

Color Harmonies of #9598C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9598C0

Black with #9598C0

Text Example


Text Example

White with #9598C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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