Html Css Color HEX #908ECE Blue Bell

📋 copy color: '#908ECE'

red 144 ◦ green 142 ◦ blue 206

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

Shades of Blue Bell #908ECE

Tints of Blue Bell #908ECE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.86%

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

R = 29.27%
G = 28.86%
B = 41.87%

CMYK

 C value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#908ECE (or 0x908ECE) is known color: Blue Bell. HEX triplet: 90, 8E and CE. RGB value is (144,142,206). Sum of RGB (Red+Green+Blue) = 144+142+206=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #908ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908ECE is #6F7131. Grayscale: #959595. Windows color (decimal): -7303474 or 13536912. OLE color: 13536912.

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

Color convert

RGB 144 142 206 -
CMYK 0.30 0.31 0 0.19
HSL 241.88º 0.4% 0.68% -
HSV(B) 241.88º 0.31% 0.81% -
XYZ 32.32 29.73 62.43 -
YUV 149.89 159.66 123.8 -
System Red Green Blue C M Y K H S L
Decimal 144 142 206 0.30 0.31 0 0.19 241.88 0.4 0.68
Hex 90 8E CE 1E 1F 0 13 F2 28 44
Octal 220 216 316 36 37 0 23 362 50 104
Binary 10010000 10001110 11001110 11110 11111 0 10011 11110010 101000 1000100

Color Harmonies of #908ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908ECE

Black with #908ECE

Text Example


Text Example

White with #908ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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