Html Css Color HEX #888BC8 Blue Bell

📋 copy color: '#888BC8'

red 136 ◦ green 139 ◦ blue 200

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

Shades of Blue Bell #888BC8

Tints of Blue Bell #888BC8

RGB

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

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

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

R = 28.63%
G = 29.26%
B = 42.11%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#888BC8 (or 0x888BC8) is known color: Blue Bell. HEX triplet: 88, 8B and C8. RGB value is (136,139,200). Sum of RGB (Red+Green+Blue) = 136+139+200=475 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.63% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 200 - color contains mainly: blue. Hex color #888BC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888BC8 is #777437. Grayscale: #909090. Windows color (decimal): -7828536 or 13142920. OLE color: 13142920.

HSL color Cylindrical-coordinate representation of color #888BC8: hue angle of 237.19º 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 #888BC8 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 136 139 200 -
CMYK 0.32 0.30 0 0.22
HSL 237.19º 0.37% 0.66% -
HSV(B) 237.19º 0.32% 0.78% -
XYZ 29.81 27.87 58.45 -
YUV 145.06 159.01 121.54 -
System Red Green Blue C M Y K H S L
Decimal 136 139 200 0.32 0.30 0 0.22 237.19 0.37 0.66
Hex 88 8B C8 20 1E 0 16 ED 25 42
Octal 210 213 310 40 36 0 26 355 45 102
Binary 10001000 10001011 11001000 100000 11110 0 10110 11101101 100101 1000010

Color Harmonies of #888BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888BC8

Black with #888BC8

Text Example


Text Example

White with #888BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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