Html Css Color HEX #958BDF Blue Bell

📋 copy color: '#958BDF'

red 149 ◦ green 139 ◦ blue 223

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

Shades of Blue Bell #958BDF

Tints of Blue Bell #958BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.64%

R = 29.16%
G = 27.2%
B = 43.64%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#958BDF (or 0x958BDF) is known color: Blue Bell. HEX triplet: 95, 8B and DF. RGB value is (149,139,223). Sum of RGB (Red+Green+Blue) = 149+139+223=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #958BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958BDF is #6A7420. Grayscale: #979797. Windows color (decimal): -6976545 or 14650261. OLE color: 14650261.

HSL color Cylindrical-coordinate representation of color #958BDF: hue angle of 247.14º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #958BDF is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 139 223 -
CMYK 0.33 0.38 0 0.13
HSL 247.14º 0.57% 0.71% -
HSV(B) 247.14º 0.38% 0.87% -
XYZ 34.95 30.18 73.8 -
YUV 151.57 168.31 126.17 -
System Red Green Blue C M Y K H S L
Decimal 149 139 223 0.33 0.38 0 0.13 247.14 0.57 0.71
Hex 95 8B DF 21 26 0 D F7 39 47
Octal 225 213 337 41 46 0 15 367 71 107
Binary 10010101 10001011 11011111 100001 100110 0 1101 11110111 111001 1000111

Color Harmonies of #958BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958BDF

Black with #958BDF

Text Example


Text Example

White with #958BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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