Html Css Color HEX #958ADB Blue Bell

📋 copy color: '#958ADB'

red 149 ◦ green 138 ◦ blue 219

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

Shades of Blue Bell #958ADB

Tints of Blue Bell #958ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.27%

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

R = 29.45%
G = 27.27%
B = 43.28%

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

#958ADB (or 0x958ADB) is known color: Blue Bell. HEX triplet: 95, 8A and DB. RGB value is (149,138,219). Sum of RGB (Red+Green+Blue) = 149+138+219=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #958ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958ADB is #6A7524. Grayscale: #969696. Windows color (decimal): -6976805 or 14387861. OLE color: 14387861.

HSL color Cylindrical-coordinate representation of color #958ADB: hue angle of 248.15º 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 #958ADB is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 138 219 -
CMYK 0.32 0.37 0 0.14
HSL 248.15º 0.53% 0.7% -
HSV(B) 248.15º 0.37% 0.86% -
XYZ 34.27 29.68 70.94 -
YUV 150.52 166.64 126.91 -
System Red Green Blue C M Y K H S L
Decimal 149 138 219 0.32 0.37 0 0.14 248.15 0.53 0.7
Hex 95 8A DB 20 25 0 E F8 35 46
Octal 225 212 333 40 45 0 16 370 65 106
Binary 10010101 10001010 11011011 100000 100101 0 1110 11111000 110101 1000110

Color Harmonies of #958ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958ADB

Black with #958ADB

Text Example


Text Example

White with #958ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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