#958BDA

Color #958BDA Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #958BDA

Tints of Blue Bell #958BDA

Color information

#958BDA (or 0x958BDA) is unknown color: approx Blue Bell. HEX triplet: 95, 8B and DA. RGB value is (149,139,218). Sum of RGB (Red+Green+Blue) = 149+139+218=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #958BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958BDA is #6A7425. Grayscale: #969696. Windows color (decimal): -6976550 or 14322581. OLE color: 14322581.

HSL color Cylindrical-coordinate representation of color #958BDA: hue angle of 247.59º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #958BDA is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB149139218-
CMYK0.320.3600.15
HSL247.59º51.63%70%-
HSV(B)247.59º36.24%85.49%-
XYZ34.2829.9270.3-
YUV151165.81126.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.45%
GREEN value IS 139 (54.69% from 255) = 27.47%
BLUE value IS 218 (85.55% from 255) = 43.08%
R=29.45%
G=27.47%
B=43.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1491392180.320.3600.15247.5951.6370
Hex958BDA20240Ff83446
Octal225213332404401737064106
Binary10010101100010111101101010000010010001111111110001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958BDA; }

 p { color: rgb(149,139,218); }

 H1.HeaderClassName
 {
   color: #958BDA;
 }
 .AnyTagClassName
 {
   color: #958BDA;
 }
</style>
background-color css

<style>
 a { background-color: #958BDA; }

 a { background-color: rgb(149,139,218); }

 div.DivClassName
 {
   background-color: #958BDA;
 }
 .BgClassName
 {
   background-color: #958BDA;
 }
</style>
border-color css

<style>
 span { border-color: #958BDA; }

 span { border-color: rgb(149,139,218); }

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