Html Css Color HEX #9598CA Blue Bell

📋 copy color: '#9598CA'

red 149 ◦ green 152 ◦ blue 202

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

Shades of Blue Bell #9598CA

Tints of Blue Bell #9598CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.16%

R = 29.62%
G = 30.22%
B = 40.16%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9598CA (or 0x9598CA) is known color: Blue Bell. HEX triplet: 95, 98 and CA. RGB value is (149,152,202). Sum of RGB (Red+Green+Blue) = 149+152+202=503 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.62% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #9598CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9598CA is #6A6735. Grayscale: #9C9C9C. Windows color (decimal): -6973238 or 13277333. OLE color: 13277333.

HSL color Cylindrical-coordinate representation of color #9598CA: hue angle of 236.6º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9598CA is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 152 202 -
CMYK 0.26 0.25 0 0.21
HSL 236.6º 0.33% 0.69% -
HSV(B) 236.6º 0.26% 0.79% -
XYZ 34.28 33.11 60.46 -
YUV 156.8 153.51 122.43 -
System Red Green Blue C M Y K H S L
Decimal 149 152 202 0.26 0.25 0 0.21 236.6 0.33 0.69
Hex 95 98 CA 1A 19 0 15 ED 21 45
Octal 225 230 312 32 31 0 25 355 41 105
Binary 10010101 10011000 11001010 11010 11001 0 10101 11101101 100001 1000101

Color Harmonies of #9598CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9598CA

Black with #9598CA

Text Example


Text Example

White with #9598CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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