Html Css Color HEX #888AC8 Blue Bell

📋 copy color: '#888AC8'

red 136 ◦ green 138 ◦ blue 200

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

Shades of Blue Bell #888AC8

Tints of Blue Bell #888AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.19%

R = 28.69%
G = 29.11%
B = 42.19%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#888AC8 (or 0x888AC8) is known color: Blue Bell. HEX triplet: 88, 8A and C8. RGB value is (136,138,200). Sum of RGB (Red+Green+Blue) = 136+138+200=474 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.69% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 200 - color contains mainly: blue. Hex color #888AC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888AC8 is #777537. Grayscale: #909090. Windows color (decimal): -7828792 or 13142664. OLE color: 13142664.

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

Color convert

RGB 136 138 200 -
CMYK 0.32 0.31 0 0.22
HSL 238.13º 0.37% 0.66% -
HSV(B) 238.13º 0.32% 0.78% -
XYZ 29.67 27.58 58.4 -
YUV 144.47 159.34 121.96 -
System Red Green Blue C M Y K H S L
Decimal 136 138 200 0.32 0.31 0 0.22 238.13 0.37 0.66
Hex 88 8A C8 20 1F 0 16 EE 25 42
Octal 210 212 310 40 37 0 26 356 45 102
Binary 10001000 10001010 11001000 100000 11111 0 10110 11101110 100101 1000010

Color Harmonies of #888AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888AC8

Black with #888AC8

Text Example


Text Example

White with #888AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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