Html Css Color HEX #908ECB Blue Bell

📋 copy color: '#908ECB'

red 144 ◦ green 142 ◦ blue 203

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

Shades of Blue Bell #908ECB

Tints of Blue Bell #908ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.51%

R = 29.45%
G = 29.04%
B = 41.51%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#908ECB (or 0x908ECB) is known color: Blue Bell. HEX triplet: 90, 8E and CB. RGB value is (144,142,203). Sum of RGB (Red+Green+Blue) = 144+142+203=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #908ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908ECB is #6F7134. Grayscale: #959595. Windows color (decimal): -7303477 or 13340304. OLE color: 13340304.

HSL color Cylindrical-coordinate representation of color #908ECB: hue angle of 241.97º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #908ECB is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 142 203 -
CMYK 0.29 0.30 0 0.20
HSL 241.97º 0.37% 0.68% -
HSV(B) 241.97º 0.3% 0.8% -
XYZ 31.95 29.59 60.53 -
YUV 149.55 158.16 124.04 -
System Red Green Blue C M Y K H S L
Decimal 144 142 203 0.29 0.30 0 0.20 241.97 0.37 0.68
Hex 90 8E CB 1D 1E 0 14 F2 25 44
Octal 220 216 313 35 36 0 24 362 45 104
Binary 10010000 10001110 11001011 11101 11110 0 10100 11110010 100101 1000100

Color Harmonies of #908ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908ECB

Black with #908ECB

Text Example


Text Example

White with #908ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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