Html Css Color HEX #958DDA Blue Bell

📋 copy color: '#958DDA'

red 149 ◦ green 141 ◦ blue 218

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

Shades of Blue Bell #958DDA

Tints of Blue Bell #958DDA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.76%

 BLUE value IS 218 (85.55% from 255) = 42.91%

R = 29.33%
G = 27.76%
B = 42.91%

CMYK

 C value IS 0.32

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#958DDA (or 0x958DDA) is known color: Blue Bell. HEX triplet: 95, 8D and DA. RGB value is (149,141,218). Sum of RGB (Red+Green+Blue) = 149+141+218=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #958DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DDA is #6A7225. Grayscale: #979797. Windows color (decimal): -6976038 or 14323093. OLE color: 14323093.

HSL color Cylindrical-coordinate representation of color #958DDA: hue angle of 246.23º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #958DDA is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 141 218 -
CMYK 0.32 0.35 0 0.15
HSL 246.23º 0.51% 0.7% -
HSV(B) 246.23º 0.35% 0.85% -
XYZ 34.57 30.5 70.39 -
YUV 152.17 165.15 125.74 -
System Red Green Blue C M Y K H S L
Decimal 149 141 218 0.32 0.35 0 0.15 246.23 0.51 0.7
Hex 95 8D DA 20 23 0 F F6 33 46
Octal 225 215 332 40 43 0 17 366 63 106
Binary 10010101 10001101 11011010 100000 100011 0 1111 11110110 110011 1000110

Color Harmonies of #958DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958DDA

Black with #958DDA

Text Example


Text Example

White with #958DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,141,218); }

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

background-color css

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

 a { background-color: rgb(149,141,218); }

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

border-color css

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

 span { border-color: rgb(149,141,218); }

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