Html Css Color HEX #908ACE Blue Bell

📋 copy color: '#908ACE'

red 144 ◦ green 138 ◦ blue 206

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

Shades of Blue Bell #908ACE

Tints of Blue Bell #908ACE

RGB

 RED value IS 144 (56.64% from 255) = 29.51%

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

 BLUE value IS 206 (80.86% from 255) = 42.21%

R = 29.51%
G = 28.28%
B = 42.21%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#908ACE (or 0x908ACE) is known color: Blue Bell. HEX triplet: 90, 8A and CE. RGB value is (144,138,206). Sum of RGB (Red+Green+Blue) = 144+138+206=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 138 (54.30% from 255 or 28.28% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #908ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908ACE is #6F7531. Grayscale: #939393. Windows color (decimal): -7304498 or 13535888. OLE color: 13535888.

HSL color Cylindrical-coordinate representation of color #908ACE: hue angle of 245.29º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #908ACE is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 138 206 -
CMYK 0.30 0.33 0 0.19
HSL 245.29º 0.41% 0.67% -
HSV(B) 245.29º 0.33% 0.81% -
XYZ 31.73 28.56 62.23 -
YUV 147.55 160.99 125.47 -
System Red Green Blue C M Y K H S L
Decimal 144 138 206 0.30 0.33 0 0.19 245.29 0.41 0.67
Hex 90 8A CE 1E 21 0 13 F5 29 43
Octal 220 212 316 36 41 0 23 365 51 103
Binary 10010000 10001010 11001110 11110 100001 0 10011 11110101 101001 1000011

Color Harmonies of #908ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908ACE

Black with #908ACE

Text Example


Text Example

White with #908ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908ACE; }

 p { color: rgb(144,138,206); }

 H1.HeaderClassName
 {
   color: #908ACE;
 }
 .AnyTagClassName
 {
   color: #908ACE;
 }
</style>

background-color css

<style>
 a { background-color: #908ACE; }

 a { background-color: rgb(144,138,206); }

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

border-color css

<style>
 span { border-color: #908ACE; }

 span { border-color: rgb(144,138,206); }

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