Html Css Color HEX #958CD3 Blue Bell

📋 copy color: '#958CD3'

red 149 ◦ green 140 ◦ blue 211

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

Shades of Blue Bell #958CD3

Tints of Blue Bell #958CD3

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28%

 BLUE value IS 211 (82.81% from 255) = 42.2%

R = 29.8%
G = 28%
B = 42.2%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#958CD3 (or 0x958CD3) is known color: Blue Bell. HEX triplet: 95, 8C and D3. RGB value is (149,140,211). Sum of RGB (Red+Green+Blue) = 149+140+211=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 211 (82.81% from 255 or 42.2% from 500); Max value from RGB is 211 - color contains mainly: blue. Hex color #958CD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958CD3 is #6A732C. Grayscale: #969696. Windows color (decimal): -6976301 or 13864085. OLE color: 13864085.

HSL color Cylindrical-coordinate representation of color #958CD3: hue angle of 247.61º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #958CD3 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 149 140 211 -
CMYK 0.29 0.34 0 0.17
HSL 247.61º 0.45% 0.69% -
HSV(B) 247.61º 0.34% 0.83% -
XYZ 33.53 29.85 65.62 -
YUV 150.79 161.98 126.73 -
System Red Green Blue C M Y K H S L
Decimal 149 140 211 0.29 0.34 0 0.17 247.61 0.45 0.69
Hex 95 8C D3 1D 22 0 11 F8 2D 45
Octal 225 214 323 35 42 0 21 370 55 105
Binary 10010101 10001100 11010011 11101 100010 0 10001 11111000 101101 1000101

Color Harmonies of #958CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958CD3

Black with #958CD3

Text Example


Text Example

White with #958CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,140,211); }

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

background-color css

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

 a { background-color: rgb(149,140,211); }

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

border-color css

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

 span { border-color: rgb(149,140,211); }

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