Html Css Color HEX #958FCC Blue Bell

📋 copy color: '#958FCC'

red 149 ◦ green 143 ◦ blue 204

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

Shades of Blue Bell #958FCC

Tints of Blue Bell #958FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.13%

R = 30.04%
G = 28.83%
B = 41.13%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#958FCC (or 0x958FCC) is known color: Blue Bell. HEX triplet: 95, 8F and CC. RGB value is (149,143,204). Sum of RGB (Red+Green+Blue) = 149+143+204=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #958FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958FCC is #6A7033. Grayscale: #979797. Windows color (decimal): -6975540 or 13406101. OLE color: 13406101.

HSL color Cylindrical-coordinate representation of color #958FCC: hue angle of 245.9º 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 #958FCC is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 143 204 -
CMYK 0.27 0.30 0 0.2
HSL 245.9º 0.37% 0.68% -
HSV(B) 245.9º 0.3% 0.8% -
XYZ 33.12 30.39 61.25 -
YUV 151.75 157.49 126.04 -
System Red Green Blue C M Y K H S L
Decimal 149 143 204 0.27 0.30 0 0.2 245.9 0.37 0.68
Hex 95 8F CC 1B 1E 0 14 F6 25 44
Octal 225 217 314 33 36 0 24 366 45 104
Binary 10010101 10001111 11001100 11011 11110 0 10100 11110110 100101 1000100

Color Harmonies of #958FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958FCC

Black with #958FCC

Text Example


Text Example

White with #958FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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