Html Css Color HEX #958DD1 Blue Bell

📋 copy color: '#958DD1'

red 149 ◦ green 141 ◦ blue 209

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

Shades of Blue Bell #958DD1

Tints of Blue Bell #958DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.88%

R = 29.86%
G = 28.26%
B = 41.88%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#958DD1 (or 0x958DD1) is known color: Blue Bell. HEX triplet: 95, 8D and D1. RGB value is (149,141,209). Sum of RGB (Red+Green+Blue) = 149+141+209=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 209 (82.03% from 255 or 41.88% from 499); Max value from RGB is 209 - color contains mainly: blue. Hex color #958DD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DD1 is #6A722E. Grayscale: #969696. Windows color (decimal): -6976047 or 13733269. OLE color: 13733269.

HSL color Cylindrical-coordinate representation of color #958DD1: hue angle of 247.06º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #958DD1 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 149 141 209 -
CMYK 0.29 0.33 0 0.18
HSL 247.06º 0.43% 0.69% -
HSV(B) 247.06º 0.33% 0.82% -
XYZ 33.43 30.04 64.36 -
YUV 151.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 149 141 209 0.29 0.33 0 0.18 247.06 0.43 0.69
Hex 95 8D D1 1D 21 0 12 F7 2A 45
Octal 225 215 321 35 41 0 22 367 52 105
Binary 10010101 10001101 11010001 11101 100001 0 10010 11110111 101010 1000101

Color Harmonies of #958DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958DD1

Black with #958DD1

Text Example


Text Example

White with #958DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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