Html Css Color HEX #888FBC Wild Blue Yonder

📋 copy color: '#888FBC'

red 136 ◦ green 143 ◦ blue 188

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

Shades of Wild Blue Yonder #888FBC

Tints of Wild Blue Yonder #888FBC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.62%

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

R = 29.12%
G = 30.62%
B = 40.26%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#888FBC (or 0x888FBC) is known color: Wild Blue Yonder. HEX triplet: 88, 8F and BC. RGB value is (136,143,188). Sum of RGB (Red+Green+Blue) = 136+143+188=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #888FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888FBC is #777043. Grayscale: #919191. Windows color (decimal): -7827524 or 12357512. OLE color: 12357512.

HSL color Cylindrical-coordinate representation of color #888FBC: hue angle of 231.92º 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 #888FBC is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 143 188 -
CMYK 0.28 0.24 0 0.26
HSL 231.92º 0.28% 0.64% -
HSV(B) 231.92º 0.28% 0.74% -
XYZ 29.05 28.51 51.55 -
YUV 146.04 151.68 120.84 -
System Red Green Blue C M Y K H S L
Decimal 136 143 188 0.28 0.24 0 0.26 231.92 0.28 0.64
Hex 88 8F BC 1C 18 0 1A E8 1C 40
Octal 210 217 274 34 30 0 32 350 34 100
Binary 10001000 10001111 10111100 11100 11000 0 11010 11101000 11100 1000000

Color Harmonies of #888FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888FBC

Black with #888FBC

Text Example


Text Example

White with #888FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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