Html Css Color HEX #9A95CC Blue Bell

📋 copy color: '#9A95CC'

red 154 ◦ green 149 ◦ blue 204

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

Shades of Blue Bell #9A95CC

Tints of Blue Bell #9A95CC

RGB

 RED value IS 154 (60.55% from 255) = 30.37%

 GREEN value IS 149 (58.59% from 255) = 29.39%

 BLUE value IS 204 (80.08% from 255) = 40.24%

R = 30.37%
G = 29.39%
B = 40.24%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9A95CC (or 0x9A95CC) is known color: Blue Bell. HEX triplet: 9A, 95 and CC. RGB value is (154,149,204). Sum of RGB (Red+Green+Blue) = 154+149+204=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 204 (80.08% from 255 or 40.24% from 507); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A95CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A95CC is #656A33. Grayscale: #9C9C9C. Windows color (decimal): -6646324 or 13407642. OLE color: 13407642.

HSL color Cylindrical-coordinate representation of color #9A95CC: hue angle of 245.45º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9A95CC is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 154 149 204 -
CMYK 0.25 0.27 0 0.2
HSL 245.45º 0.35% 0.69% -
HSV(B) 245.45º 0.27% 0.8% -
XYZ 34.97 32.72 61.6 -
YUV 156.77 154.66 126.03 -
System Red Green Blue C M Y K H S L
Decimal 154 149 204 0.25 0.27 0 0.2 245.45 0.35 0.69
Hex 9A 95 CC 19 1B 0 14 F5 23 45
Octal 232 225 314 31 33 0 24 365 43 105
Binary 10011010 10010101 11001100 11001 11011 0 10100 11110101 100011 1000101

Color Harmonies of #9A95CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A95CC

Black with #9A95CC

Text Example


Text Example

White with #9A95CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A95CC; }

 p { color: rgb(154,149,204); }

 H1.HeaderClassName
 {
   color: #9A95CC;
 }
 .AnyTagClassName
 {
   color: #9A95CC;
 }
</style>

background-color css

<style>
 a { background-color: #9A95CC; }

 a { background-color: rgb(154,149,204); }

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

border-color css

<style>
 span { border-color: #9A95CC; }

 span { border-color: rgb(154,149,204); }

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