Html Css Color HEX #958CDA Blue Bell

📋 copy color: '#958CDA'

red 149 ◦ green 140 ◦ blue 218

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

Shades of Blue Bell #958CDA

Tints of Blue Bell #958CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43%

R = 29.39%
G = 27.61%
B = 43%

CMYK

 C value IS 0.32

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#958CDA (or 0x958CDA) is known color: Blue Bell. HEX triplet: 95, 8C and DA. RGB value is (149,140,218). Sum of RGB (Red+Green+Blue) = 149+140+218=507 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.39% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #958CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958CDA is #6A7325. Grayscale: #979797. Windows color (decimal): -6976294 or 14322837. OLE color: 14322837.

HSL color Cylindrical-coordinate representation of color #958CDA: hue angle of 246.92º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #958CDA is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 140 218 -
CMYK 0.32 0.36 0 0.15
HSL 246.92º 0.51% 0.7% -
HSV(B) 246.92º 0.36% 0.85% -
XYZ 34.43 30.21 70.35 -
YUV 151.58 165.48 126.16 -
System Red Green Blue C M Y K H S L
Decimal 149 140 218 0.32 0.36 0 0.15 246.92 0.51 0.7
Hex 95 8C DA 20 24 0 F F7 33 46
Octal 225 214 332 40 44 0 17 367 63 106
Binary 10010101 10001100 11011010 100000 100100 0 1111 11110111 110011 1000110

Color Harmonies of #958CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958CDA

Black with #958CDA

Text Example


Text Example

White with #958CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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