Html Css Color HEX #9195CC Blue Bell

📋 copy color: '#9195CC'

red 145 ◦ green 149 ◦ blue 204

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

Shades of Blue Bell #9195CC

Tints of Blue Bell #9195CC

RGB

 RED value IS 145 (57.03% from 255) = 29.12%

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

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

R = 29.12%
G = 29.92%
B = 40.96%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9195CC (or 0x9195CC) is known color: Blue Bell. HEX triplet: 91, 95 and CC. RGB value is (145,149,204). Sum of RGB (Red+Green+Blue) = 145+149+204=498 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.12% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #9195CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9195CC is #6E6A33. Grayscale: #999999. Windows color (decimal): -7236148 or 13407633. OLE color: 13407633.

HSL color Cylindrical-coordinate representation of color #9195CC: hue angle of 235.93º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9195CC is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 145 149 204 -
CMYK 0.29 0.27 0 0.2
HSL 235.93º 0.37% 0.68% -
HSV(B) 235.93º 0.29% 0.8% -
XYZ 33.32 31.87 61.52 -
YUV 154.07 156.17 121.53 -
System Red Green Blue C M Y K H S L
Decimal 145 149 204 0.29 0.27 0 0.2 235.93 0.37 0.68
Hex 91 95 CC 1D 1B 0 14 EC 25 44
Octal 221 225 314 35 33 0 24 354 45 104
Binary 10010001 10010101 11001100 11101 11011 0 10100 11101100 100101 1000100

Color Harmonies of #9195CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9195CC

Black with #9195CC

Text Example


Text Example

White with #9195CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9195CC; }

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

 H1.HeaderClassName
 {
   color: #9195CC;
 }
 .AnyTagClassName
 {
   color: #9195CC;
 }
</style>

background-color css

<style>
 a { background-color: #9195CC; }

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

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

border-color css

<style>
 span { border-color: #9195CC; }

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

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