Html Css Color HEX #958ADA Blue Bell

📋 copy color: '#958ADA'

red 149 ◦ green 138 ◦ blue 218

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

Shades of Blue Bell #958ADA

Tints of Blue Bell #958ADA

RGB

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

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

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

R = 29.5%
G = 27.33%
B = 43.17%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#958ADA (or 0x958ADA) is known color: Blue Bell. HEX triplet: 95, 8A and DA. RGB value is (149,138,218). Sum of RGB (Red+Green+Blue) = 149+138+218=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #958ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958ADA is #6A7525. Grayscale: #969696. Windows color (decimal): -6976806 or 14322325. OLE color: 14322325.

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

Color convert

RGB 149 138 218 -
CMYK 0.32 0.37 0 0.15
HSL 248.25º 0.52% 0.7% -
HSV(B) 248.25º 0.37% 0.85% -
XYZ 34.14 29.63 70.25 -
YUV 150.41 166.14 127 -
System Red Green Blue C M Y K H S L
Decimal 149 138 218 0.32 0.37 0 0.15 248.25 0.52 0.7
Hex 95 8A DA 20 25 0 F F8 34 46
Octal 225 212 332 40 45 0 17 370 64 106
Binary 10010101 10001010 11011010 100000 100101 0 1111 11111000 110100 1000110

Color Harmonies of #958ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958ADA

Black with #958ADA

Text Example


Text Example

White with #958ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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