Html Css Color HEX #9598CF Blue Bell

📋 copy color: '#9598CF'

red 149 ◦ green 152 ◦ blue 207

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

Shades of Blue Bell #9598CF

Tints of Blue Bell #9598CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.75%

R = 29.33%
G = 29.92%
B = 40.75%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9598CF (or 0x9598CF) is known color: Blue Bell. HEX triplet: 95, 98 and CF. RGB value is (149,152,207). Sum of RGB (Red+Green+Blue) = 149+152+207=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #9598CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9598CF is #6A6730. Grayscale: #9D9D9D. Windows color (decimal): -6973233 or 13605013. OLE color: 13605013.

HSL color Cylindrical-coordinate representation of color #9598CF: hue angle of 236.9º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9598CF is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 152 207 -
CMYK 0.28 0.27 0 0.19
HSL 236.9º 0.38% 0.7% -
HSV(B) 236.9º 0.28% 0.81% -
XYZ 34.89 33.35 63.63 -
YUV 157.37 156.01 122.03 -
System Red Green Blue C M Y K H S L
Decimal 149 152 207 0.28 0.27 0 0.19 236.9 0.38 0.7
Hex 95 98 CF 1C 1B 0 13 ED 26 46
Octal 225 230 317 34 33 0 23 355 46 106
Binary 10010101 10011000 11001111 11100 11011 0 10011 11101101 100110 1000110

Color Harmonies of #9598CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9598CF

Black with #9598CF

Text Example


Text Example

White with #9598CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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