Html Css Color HEX #908AC6 Blue Bell

📋 copy color: '#908AC6'

red 144 ◦ green 138 ◦ blue 198

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

Shades of Blue Bell #908AC6

Tints of Blue Bell #908AC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.25%

R = 30%
G = 28.75%
B = 41.25%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#908AC6 (or 0x908AC6) is known color: Blue Bell. HEX triplet: 90, 8A and C6. RGB value is (144,138,198). Sum of RGB (Red+Green+Blue) = 144+138+198=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 198 - color contains mainly: blue. Hex color #908AC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908AC6 is #6F7539. Grayscale: #929292. Windows color (decimal): -7304506 or 13011600. OLE color: 13011600.

HSL color Cylindrical-coordinate representation of color #908AC6: hue angle of 246º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #908AC6 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 144 138 198 -
CMYK 0.27 0.30 0 0.22
HSL 246º 0.34% 0.66% -
HSV(B) 246º 0.3% 0.78% -
XYZ 30.78 28.18 57.24 -
YUV 146.63 156.99 126.12 -
System Red Green Blue C M Y K H S L
Decimal 144 138 198 0.27 0.30 0 0.22 246 0.34 0.66
Hex 90 8A C6 1B 1E 0 16 F6 22 42
Octal 220 212 306 33 36 0 26 366 42 102
Binary 10010000 10001010 11000110 11011 11110 0 10110 11110110 100010 1000010

Color Harmonies of #908AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908AC6

Black with #908AC6

Text Example


Text Example

White with #908AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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