Html Css Color HEX #958ACC Blue Bell

📋 copy color: '#958ACC'

red 149 ◦ green 138 ◦ blue 204

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

Shades of Blue Bell #958ACC

Tints of Blue Bell #958ACC

RGB

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

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

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

R = 30.35%
G = 28.11%
B = 41.55%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#958ACC (or 0x958ACC) is known color: Blue Bell. HEX triplet: 95, 8A and CC. RGB value is (149,138,204). Sum of RGB (Red+Green+Blue) = 149+138+204=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #958ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958ACC is #6A7533. Grayscale: #949494. Windows color (decimal): -6976820 or 13404821. OLE color: 13404821.

HSL color Cylindrical-coordinate representation of color #958ACC: hue angle of 250º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #958ACC is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 149 138 204 -
CMYK 0.27 0.32 0 0.2
HSL 250º 0.39% 0.67% -
HSV(B) 250º 0.32% 0.8% -
XYZ 32.38 28.93 61 -
YUV 148.81 159.14 128.13 -
System Red Green Blue C M Y K H S L
Decimal 149 138 204 0.27 0.32 0 0.2 250 0.39 0.67
Hex 95 8A CC 1B 20 0 14 FA 27 43
Octal 225 212 314 33 40 0 24 372 47 103
Binary 10010101 10001010 11001100 11011 100000 0 10100 11111010 100111 1000011

Color Harmonies of #958ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958ACC

Black with #958ACC

Text Example


Text Example

White with #958ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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