Html Css Color HEX #958DD5 Blue Bell

📋 copy color: '#958DD5'

red 149 ◦ green 141 ◦ blue 213

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

Shades of Blue Bell #958DD5

Tints of Blue Bell #958DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.35%

R = 29.62%
G = 28.03%
B = 42.35%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#958DD5 (or 0x958DD5) is known color: Blue Bell. HEX triplet: 95, 8D and D5. RGB value is (149,141,213). Sum of RGB (Red+Green+Blue) = 149+141+213=503 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.62% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 213 (83.59% from 255 or 42.35% from 503); Max value from RGB is 213 - color contains mainly: blue. Hex color #958DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DD5 is #6A722A. Grayscale: #979797. Windows color (decimal): -6976043 or 13995413. OLE color: 13995413.

HSL color Cylindrical-coordinate representation of color #958DD5: hue angle of 246.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #958DD5 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 149 141 213 -
CMYK 0.30 0.34 0 0.16
HSL 246.67º 0.46% 0.69% -
HSV(B) 246.67º 0.34% 0.84% -
XYZ 33.93 30.24 67 -
YUV 151.6 162.65 126.15 -
System Red Green Blue C M Y K H S L
Decimal 149 141 213 0.30 0.34 0 0.16 246.67 0.46 0.69
Hex 95 8D D5 1E 22 0 10 F7 2E 45
Octal 225 215 325 36 42 0 20 367 56 105
Binary 10010101 10001101 11010101 11110 100010 0 10000 11110111 101110 1000101

Color Harmonies of #958DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958DD5

Black with #958DD5

Text Example


Text Example

White with #958DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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