Html Css Color HEX #958DC6 Blue Bell

📋 copy color: '#958DC6'

red 149 ◦ green 141 ◦ blue 198

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

Shades of Blue Bell #958DC6

Tints of Blue Bell #958DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.57%

R = 30.53%
G = 28.89%
B = 40.57%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#958DC6 (or 0x958DC6) is known color: Blue Bell. HEX triplet: 95, 8D and C6. RGB value is (149,141,198). Sum of RGB (Red+Green+Blue) = 149+141+198=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 198 - color contains mainly: blue. Hex color #958DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DC6 is #6A7239. Grayscale: #959595. Windows color (decimal): -6976058 or 13012373. OLE color: 13012373.

HSL color Cylindrical-coordinate representation of color #958DC6: hue angle of 248.42º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #958DC6 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 149 141 198 -
CMYK 0.25 0.29 0 0.22
HSL 248.42º 0.33% 0.66% -
HSV(B) 248.42º 0.29% 0.78% -
XYZ 32.11 29.52 57.43 -
YUV 149.89 155.15 127.37 -
System Red Green Blue C M Y K H S L
Decimal 149 141 198 0.25 0.29 0 0.22 248.42 0.33 0.66
Hex 95 8D C6 19 1D 0 16 F8 21 42
Octal 225 215 306 31 35 0 26 370 41 102
Binary 10010101 10001101 11000110 11001 11101 0 10110 11111000 100001 1000010

Color Harmonies of #958DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958DC6

Black with #958DC6

Text Example


Text Example

White with #958DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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