Html Css Color HEX #888FBA Wild Blue Yonder

📋 copy color: '#888FBA'

red 136 ◦ green 143 ◦ blue 186

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

Shades of Wild Blue Yonder #888FBA

Tints of Wild Blue Yonder #888FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40%

R = 29.25%
G = 30.75%
B = 40%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#888FBA (or 0x888FBA) is known color: Wild Blue Yonder. HEX triplet: 88, 8F and BA. RGB value is (136,143,186). Sum of RGB (Red+Green+Blue) = 136+143+186=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #888FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888FBA is #777045. Grayscale: #919191. Windows color (decimal): -7827526 or 12226440. OLE color: 12226440.

HSL color Cylindrical-coordinate representation of color #888FBA: hue angle of 231.6º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #888FBA is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 136 143 186 -
CMYK 0.27 0.23 0 0.27
HSL 231.6º 0.27% 0.63% -
HSV(B) 231.6º 0.27% 0.73% -
XYZ 28.84 28.42 50.42 -
YUV 145.81 150.68 121 -
System Red Green Blue C M Y K H S L
Decimal 136 143 186 0.27 0.23 0 0.27 231.6 0.27 0.63
Hex 88 8F BA 1B 17 0 1B E8 1B 3F
Octal 210 217 272 33 27 0 33 350 33 77
Binary 10001000 10001111 10111010 11011 10111 0 11011 11101000 11011 111111

Color Harmonies of #888FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888FBA

Black with #888FBA

Text Example


Text Example

White with #888FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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