Html Css Color HEX #888DBC Wild Blue Yonder

📋 copy color: '#888DBC'

red 136 ◦ green 141 ◦ blue 188

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

Shades of Wild Blue Yonder #888DBC

Tints of Wild Blue Yonder #888DBC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.32%

 BLUE value IS 188 (73.83% from 255) = 40.43%

R = 29.25%
G = 30.32%
B = 40.43%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#888DBC (or 0x888DBC) is known color: Wild Blue Yonder. HEX triplet: 88, 8D and BC. RGB value is (136,141,188). Sum of RGB (Red+Green+Blue) = 136+141+188=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 188 - color contains mainly: blue. Hex color #888DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888DBC is #777243. Grayscale: #909090. Windows color (decimal): -7828036 or 12357000. OLE color: 12357000.

HSL color Cylindrical-coordinate representation of color #888DBC: hue angle of 234.23º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #888DBC is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 141 188 -
CMYK 0.28 0.25 0 0.26
HSL 234.23º 0.28% 0.64% -
HSV(B) 234.23º 0.28% 0.74% -
XYZ 28.76 27.91 51.45 -
YUV 144.86 152.34 121.68 -
System Red Green Blue C M Y K H S L
Decimal 136 141 188 0.28 0.25 0 0.26 234.23 0.28 0.64
Hex 88 8D BC 1C 19 0 1A EA 1C 40
Octal 210 215 274 34 31 0 32 352 34 100
Binary 10001000 10001101 10111100 11100 11001 0 11010 11101010 11100 1000000

Color Harmonies of #888DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888DBC

Black with #888DBC

Text Example


Text Example

White with #888DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,141,188); }

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

background-color css

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

 a { background-color: rgb(136,141,188); }

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

border-color css

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

 span { border-color: rgb(136,141,188); }

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