Html Css Color HEX #9B95CA Blue Bell

📋 copy color: '#9B95CA'

red 155 ◦ green 149 ◦ blue 202

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

Shades of Blue Bell #9B95CA

Tints of Blue Bell #9B95CA

RGB

 RED value IS 155 (60.94% from 255) = 30.63%

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

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

R = 30.63%
G = 29.45%
B = 39.92%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9B95CA (or 0x9B95CA) is known color: Blue Bell. HEX triplet: 9B, 95 and CA. RGB value is (155,149,202). Sum of RGB (Red+Green+Blue) = 155+149+202=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 202 (79.30% from 255 or 39.92% from 506); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B95CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B95CA is #646A35. Grayscale: #9C9C9C. Windows color (decimal): -6580790 or 13276571. OLE color: 13276571.

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

Color convert

RGB 155 149 202 -
CMYK 0.23 0.26 0 0.21
HSL 246.79º 0.33% 0.69% -
HSV(B) 246.79º 0.26% 0.79% -
XYZ 34.93 32.73 60.35 -
YUV 156.84 153.49 126.69 -
System Red Green Blue C M Y K H S L
Decimal 155 149 202 0.23 0.26 0 0.21 246.79 0.33 0.69
Hex 9B 95 CA 17 1A 0 15 F7 21 45
Octal 233 225 312 27 32 0 25 367 41 105
Binary 10011011 10010101 11001010 10111 11010 0 10101 11110111 100001 1000101

Color Harmonies of #9B95CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B95CA

Black with #9B95CA

Text Example


Text Example

White with #9B95CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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