Html Css Color HEX #958BDB Blue Bell

📋 copy color: '#958BDB'

red 149 ◦ green 139 ◦ blue 219

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

Shades of Blue Bell #958BDB

Tints of Blue Bell #958BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.42%

 BLUE value IS 219 (85.94% from 255) = 43.2%

R = 29.39%
G = 27.42%
B = 43.2%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#958BDB (or 0x958BDB) is known color: Blue Bell. HEX triplet: 95, 8B and DB. RGB value is (149,139,219). Sum of RGB (Red+Green+Blue) = 149+139+219=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #958BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958BDB is #6A7424. Grayscale: #969696. Windows color (decimal): -6976549 or 14388117. OLE color: 14388117.

HSL color Cylindrical-coordinate representation of color #958BDB: hue angle of 247.5º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #958BDB is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 139 219 -
CMYK 0.32 0.37 0 0.14
HSL 247.5º 0.53% 0.7% -
HSV(B) 247.5º 0.37% 0.86% -
XYZ 34.41 29.97 70.99 -
YUV 151.11 166.31 126.5 -
System Red Green Blue C M Y K H S L
Decimal 149 139 219 0.32 0.37 0 0.14 247.5 0.53 0.7
Hex 95 8B DB 20 25 0 E F8 35 46
Octal 225 213 333 40 45 0 16 370 65 106
Binary 10010101 10001011 11011011 100000 100101 0 1110 11111000 110101 1000110

Color Harmonies of #958BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958BDB

Black with #958BDB

Text Example


Text Example

White with #958BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #958BDB;
 }
 .AnyTagClassName
 {
   color: #958BDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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