Html Css Color HEX #958FC1 Blue Bell

📋 copy color: '#958FC1'

red 149 ◦ green 143 ◦ blue 193

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

Shades of Blue Bell #958FC1

Tints of Blue Bell #958FC1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.48%

 BLUE value IS 193 (75.78% from 255) = 39.79%

R = 30.72%
G = 29.48%
B = 39.79%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#958FC1 (or 0x958FC1) is known color: Blue Bell. HEX triplet: 95, 8F and C1. RGB value is (149,143,193). Sum of RGB (Red+Green+Blue) = 149+143+193=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #958FC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958FC1 is #6A703E. Grayscale: #969696. Windows color (decimal): -6975551 or 12685205. OLE color: 12685205.

HSL color Cylindrical-coordinate representation of color #958FC1: hue angle of 247.2º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #958FC1 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 143 193 -
CMYK 0.23 0.26 0 0.24
HSL 247.2º 0.29% 0.66% -
HSV(B) 247.2º 0.26% 0.76% -
XYZ 31.84 29.88 54.54 -
YUV 150.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 149 143 193 0.23 0.26 0 0.24 247.2 0.29 0.66
Hex 95 8F C1 17 1A 0 18 F7 1D 42
Octal 225 217 301 27 32 0 30 367 35 102
Binary 10010101 10001111 11000001 10111 11010 0 11000 11110111 11101 1000010

Color Harmonies of #958FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958FC1

Black with #958FC1

Text Example


Text Example

White with #958FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,143,193); }

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

background-color css

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

 a { background-color: rgb(149,143,193); }

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

border-color css

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

 span { border-color: rgb(149,143,193); }

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