Html Css Color HEX #958BDC Blue Bell

📋 copy color: '#958BDC'

red 149 ◦ green 139 ◦ blue 220

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

Shades of Blue Bell #958BDC

Tints of Blue Bell #958BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.31%

R = 29.33%
G = 27.36%
B = 43.31%

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

#958BDC (or 0x958BDC) is known color: Blue Bell. HEX triplet: 95, 8B and DC. RGB value is (149,139,220). Sum of RGB (Red+Green+Blue) = 149+139+220=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #958BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958BDC is #6A7423. Grayscale: #969696. Windows color (decimal): -6976548 or 14453653. OLE color: 14453653.

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

Color convert

RGB 149 139 220 -
CMYK 0.32 0.37 0 0.14
HSL 247.41º 0.54% 0.7% -
HSV(B) 247.41º 0.37% 0.86% -
XYZ 34.55 30.02 71.68 -
YUV 151.22 166.81 126.41 -
System Red Green Blue C M Y K H S L
Decimal 149 139 220 0.32 0.37 0 0.14 247.41 0.54 0.7
Hex 95 8B DC 20 25 0 E F7 36 46
Octal 225 213 334 40 45 0 16 367 66 106
Binary 10010101 10001011 11011100 100000 100101 0 1110 11110111 110110 1000110

Color Harmonies of #958BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958BDC

Black with #958BDC

Text Example


Text Example

White with #958BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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