Html Css Color HEX #888BC9 Blue Bell

📋 copy color: '#888BC9'

red 136 ◦ green 139 ◦ blue 201

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

Shades of Blue Bell #888BC9

Tints of Blue Bell #888BC9

RGB

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

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

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

R = 28.57%
G = 29.2%
B = 42.23%

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

#888BC9 (or 0x888BC9) is known color: Blue Bell. HEX triplet: 88, 8B and C9. RGB value is (136,139,201). Sum of RGB (Red+Green+Blue) = 136+139+201=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #888BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888BC9 is #777436. Grayscale: #909090. Windows color (decimal): -7828535 or 13208456. OLE color: 13208456.

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

Color convert

RGB 136 139 201 -
CMYK 0.32 0.31 0 0.21
HSL 237.23º 0.38% 0.66% -
HSV(B) 237.23º 0.32% 0.79% -
XYZ 29.93 27.92 59.07 -
YUV 145.17 159.51 121.46 -
System Red Green Blue C M Y K H S L
Decimal 136 139 201 0.32 0.31 0 0.21 237.23 0.38 0.66
Hex 88 8B C9 20 1F 0 15 ED 26 42
Octal 210 213 311 40 37 0 25 355 46 102
Binary 10001000 10001011 11001001 100000 11111 0 10101 11101101 100110 1000010

Color Harmonies of #888BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888BC9

Black with #888BC9

Text Example


Text Example

White with #888BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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