Html Css Color HEX #958FCB Blue Bell

📋 copy color: '#958FCB'

red 149 ◦ green 143 ◦ blue 203

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

Shades of Blue Bell #958FCB

Tints of Blue Bell #958FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.01%

R = 30.1%
G = 28.89%
B = 41.01%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#958FCB (or 0x958FCB) is known color: Blue Bell. HEX triplet: 95, 8F and CB. RGB value is (149,143,203). Sum of RGB (Red+Green+Blue) = 149+143+203=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #958FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958FCB is #6A7034. Grayscale: #979797. Windows color (decimal): -6975541 or 13340565. OLE color: 13340565.

HSL color Cylindrical-coordinate representation of color #958FCB: hue angle of 246º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #958FCB is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 143 203 -
CMYK 0.27 0.30 0 0.20
HSL 246º 0.37% 0.68% -
HSV(B) 246º 0.3% 0.8% -
XYZ 33 30.35 60.62 -
YUV 151.63 156.99 126.12 -
System Red Green Blue C M Y K H S L
Decimal 149 143 203 0.27 0.30 0 0.20 246 0.37 0.68
Hex 95 8F CB 1B 1E 0 14 F6 25 44
Octal 225 217 313 33 36 0 24 366 45 104
Binary 10010101 10001111 11001011 11011 11110 0 10100 11110110 100101 1000100

Color Harmonies of #958FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958FCB

Black with #958FCB

Text Example


Text Example

White with #958FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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