Html Css Color HEX #908ECA Blue Bell

📋 copy color: '#908ECA'

red 144 ◦ green 142 ◦ blue 202

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

Shades of Blue Bell #908ECA

Tints of Blue Bell #908ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.39%

R = 29.51%
G = 29.1%
B = 41.39%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#908ECA (or 0x908ECA) is known color: Blue Bell. HEX triplet: 90, 8E and CA. RGB value is (144,142,202). Sum of RGB (Red+Green+Blue) = 144+142+202=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #908ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908ECA is #6F7135. Grayscale: #959595. Windows color (decimal): -7303478 or 13274768. OLE color: 13274768.

HSL color Cylindrical-coordinate representation of color #908ECA: hue angle of 242º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #908ECA is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 144 142 202 -
CMYK 0.29 0.30 0 0.21
HSL 242º 0.36% 0.67% -
HSV(B) 242º 0.3% 0.79% -
XYZ 31.84 29.54 59.9 -
YUV 149.44 157.66 124.12 -
System Red Green Blue C M Y K H S L
Decimal 144 142 202 0.29 0.30 0 0.21 242 0.36 0.67
Hex 90 8E CA 1D 1E 0 15 F2 24 43
Octal 220 216 312 35 36 0 25 362 44 103
Binary 10010000 10001110 11001010 11101 11110 0 10101 11110010 100100 1000011

Color Harmonies of #908ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908ECA

Black with #908ECA

Text Example


Text Example

White with #908ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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