Html Css Color HEX #908BDA Blue Bell

📋 copy color: '#908BDA'

red 144 ◦ green 139 ◦ blue 218

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

Shades of Blue Bell #908BDA

Tints of Blue Bell #908BDA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.74%

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

R = 28.74%
G = 27.74%
B = 43.51%

CMYK

 C value IS 0.34

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#908BDA (or 0x908BDA) is known color: Blue Bell. HEX triplet: 90, 8B and DA. RGB value is (144,139,218). Sum of RGB (Red+Green+Blue) = 144+139+218=501 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.74% from 501); Green value is 139 (54.69% from 255 or 27.74% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #908BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908BDA is #6F7425. Grayscale: #959595. Windows color (decimal): -7304230 or 14322576. OLE color: 14322576.

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

Color convert

RGB 144 139 218 -
CMYK 0.34 0.36 0 0.15
HSL 243.8º 0.52% 0.7% -
HSV(B) 243.8º 0.36% 0.85% -
XYZ 33.39 29.46 70.26 -
YUV 149.5 166.66 124.08 -
System Red Green Blue C M Y K H S L
Decimal 144 139 218 0.34 0.36 0 0.15 243.8 0.52 0.7
Hex 90 8B DA 22 24 0 F F4 34 46
Octal 220 213 332 42 44 0 17 364 64 106
Binary 10010000 10001011 11011010 100010 100100 0 1111 11110100 110100 1000110

Color Harmonies of #908BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908BDA

Black with #908BDA

Text Example


Text Example

White with #908BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,139,218); }

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

background-color css

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

 a { background-color: rgb(144,139,218); }

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

border-color css

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

 span { border-color: rgb(144,139,218); }

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