Html Css Color HEX #9495CA Blue Bell

📋 copy color: '#9495CA'

red 148 ◦ green 149 ◦ blue 202

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

Shades of Blue Bell #9495CA

Tints of Blue Bell #9495CA

RGB

 RED value IS 148 (58.2% from 255) = 29.66%

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

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

R = 29.66%
G = 29.86%
B = 40.48%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9495CA (or 0x9495CA) is known color: Blue Bell. HEX triplet: 94, 95 and CA. RGB value is (148,149,202). Sum of RGB (Red+Green+Blue) = 148+149+202=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #9495CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9495CA is #6B6A35. Grayscale: #9A9A9A. Windows color (decimal): -7039542 or 13276564. OLE color: 13276564.

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

Color convert

RGB 148 149 202 -
CMYK 0.27 0.26 0 0.21
HSL 238.89º 0.34% 0.69% -
HSV(B) 238.89º 0.27% 0.79% -
XYZ 33.62 32.06 60.29 -
YUV 154.74 154.67 123.19 -
System Red Green Blue C M Y K H S L
Decimal 148 149 202 0.27 0.26 0 0.21 238.89 0.34 0.69
Hex 94 95 CA 1B 1A 0 15 EF 22 45
Octal 224 225 312 33 32 0 25 357 42 105
Binary 10010100 10010101 11001010 11011 11010 0 10101 11101111 100010 1000101

Color Harmonies of #9495CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9495CA

Black with #9495CA

Text Example


Text Example

White with #9495CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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