Html Css Color HEX #888AC9 Blue Bell

📋 copy color: '#888AC9'

red 136 ◦ green 138 ◦ blue 201

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

Shades of Blue Bell #888AC9

Tints of Blue Bell #888AC9

RGB

 RED value IS 136 (53.52% from 255) = 28.63%

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

 BLUE value IS 201 (78.91% from 255) = 42.32%

R = 28.63%
G = 29.05%
B = 42.32%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#888AC9 (or 0x888AC9) is known color: Blue Bell. HEX triplet: 88, 8A and C9. RGB value is (136,138,201). Sum of RGB (Red+Green+Blue) = 136+138+201=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 201 (78.91% from 255 or 42.32% from 475); Max value from RGB is 201 - color contains mainly: blue. Hex color #888AC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888AC9 is #777536. Grayscale: #909090. Windows color (decimal): -7828791 or 13208200. OLE color: 13208200.

HSL color Cylindrical-coordinate representation of color #888AC9: hue angle of 238.15º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #888AC9 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 138 201 -
CMYK 0.32 0.31 0 0.21
HSL 238.15º 0.38% 0.66% -
HSV(B) 238.15º 0.32% 0.79% -
XYZ 29.78 27.63 59.02 -
YUV 144.58 159.84 121.88 -
System Red Green Blue C M Y K H S L
Decimal 136 138 201 0.32 0.31 0 0.21 238.15 0.38 0.66
Hex 88 8A C9 20 1F 0 15 EE 26 42
Octal 210 212 311 40 37 0 25 356 46 102
Binary 10001000 10001010 11001001 100000 11111 0 10101 11101110 100110 1000010

Color Harmonies of #888AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888AC9

Black with #888AC9

Text Example


Text Example

White with #888AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888AC9; }

 p { color: rgb(136,138,201); }

 H1.HeaderClassName
 {
   color: #888AC9;
 }
 .AnyTagClassName
 {
   color: #888AC9;
 }
</style>

background-color css

<style>
 a { background-color: #888AC9; }

 a { background-color: rgb(136,138,201); }

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

border-color css

<style>
 span { border-color: #888AC9; }

 span { border-color: rgb(136,138,201); }

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