Html Css Color HEX #958ACF Blue Bell

📋 copy color: '#958ACF'

red 149 ◦ green 138 ◦ blue 207

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

Shades of Blue Bell #958ACF

Tints of Blue Bell #958ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.94%

 BLUE value IS 207 (81.25% from 255) = 41.9%

R = 30.16%
G = 27.94%
B = 41.9%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#958ACF (or 0x958ACF) is known color: Blue Bell. HEX triplet: 95, 8A and CF. RGB value is (149,138,207). Sum of RGB (Red+Green+Blue) = 149+138+207=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #958ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958ACF is #6A7530. Grayscale: #949494. Windows color (decimal): -6976817 or 13601429. OLE color: 13601429.

HSL color Cylindrical-coordinate representation of color #958ACF: hue angle of 249.57º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #958ACF is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 138 207 -
CMYK 0.28 0.33 0 0.19
HSL 249.57º 0.42% 0.68% -
HSV(B) 249.57º 0.33% 0.81% -
XYZ 32.75 29.07 62.92 -
YUV 149.16 160.64 127.89 -
System Red Green Blue C M Y K H S L
Decimal 149 138 207 0.28 0.33 0 0.19 249.57 0.42 0.68
Hex 95 8A CF 1C 21 0 13 FA 2A 44
Octal 225 212 317 34 41 0 23 372 52 104
Binary 10010101 10001010 11001111 11100 100001 0 10011 11111010 101010 1000100

Color Harmonies of #958ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958ACF

Black with #958ACF

Text Example


Text Example

White with #958ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,138,207); }

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

background-color css

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

 a { background-color: rgb(149,138,207); }

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

border-color css

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

 span { border-color: rgb(149,138,207); }

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