Html Css Color HEX #9596CA Blue Bell

📋 copy color: '#9596CA'

red 149 ◦ green 150 ◦ blue 202

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

Shades of Blue Bell #9596CA

Tints of Blue Bell #9596CA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.94%

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

R = 29.74%
G = 29.94%
B = 40.32%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9596CA (or 0x9596CA) is known color: Blue Bell. HEX triplet: 95, 96 and CA. RGB value is (149,150,202). Sum of RGB (Red+Green+Blue) = 149+150+202=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #9596CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9596CA is #6A6935. Grayscale: #9B9B9B. Windows color (decimal): -6973750 or 13276821. OLE color: 13276821.

HSL color Cylindrical-coordinate representation of color #9596CA: hue angle of 238.87º 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 #9596CA is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 150 202 -
CMYK 0.26 0.26 0 0.21
HSL 238.87º 0.33% 0.69% -
HSV(B) 238.87º 0.26% 0.79% -
XYZ 33.96 32.47 60.35 -
YUV 155.63 154.17 123.27 -
System Red Green Blue C M Y K H S L
Decimal 149 150 202 0.26 0.26 0 0.21 238.87 0.33 0.69
Hex 95 96 CA 1A 1A 0 15 EF 21 45
Octal 225 226 312 32 32 0 25 357 41 105
Binary 10010101 10010110 11001010 11010 11010 0 10101 11101111 100001 1000101

Color Harmonies of #9596CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9596CA

Black with #9596CA

Text Example


Text Example

White with #9596CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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