Html Css Color HEX #958CDB Blue Bell

📋 copy color: '#958CDB'

red 149 ◦ green 140 ◦ blue 219

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

Shades of Blue Bell #958CDB

Tints of Blue Bell #958CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.56%

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

R = 29.33%
G = 27.56%
B = 43.11%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#958CDB (or 0x958CDB) is known color: Blue Bell. HEX triplet: 95, 8C and DB. RGB value is (149,140,219). Sum of RGB (Red+Green+Blue) = 149+140+219=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #958CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958CDB is #6A7324. Grayscale: #979797. Windows color (decimal): -6976293 or 14388373. OLE color: 14388373.

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

Color convert

RGB 149 140 219 -
CMYK 0.32 0.36 0 0.14
HSL 246.84º 0.52% 0.7% -
HSV(B) 246.84º 0.36% 0.86% -
XYZ 34.56 30.26 71.04 -
YUV 151.7 165.98 126.08 -
System Red Green Blue C M Y K H S L
Decimal 149 140 219 0.32 0.36 0 0.14 246.84 0.52 0.7
Hex 95 8C DB 20 24 0 E F7 34 46
Octal 225 214 333 40 44 0 16 367 64 106
Binary 10010101 10001100 11011011 100000 100100 0 1110 11110111 110100 1000110

Color Harmonies of #958CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958CDB

Black with #958CDB

Text Example


Text Example

White with #958CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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