Html Css Color HEX #888FBE Wild Blue Yonder

📋 copy color: '#888FBE'

red 136 ◦ green 143 ◦ blue 190

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

Shades of Wild Blue Yonder #888FBE

Tints of Wild Blue Yonder #888FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.51%

R = 29%
G = 30.49%
B = 40.51%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#888FBE (or 0x888FBE) is known color: Wild Blue Yonder. HEX triplet: 88, 8F and BE. RGB value is (136,143,190). Sum of RGB (Red+Green+Blue) = 136+143+190=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #888FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888FBE is #777041. Grayscale: #929292. Windows color (decimal): -7827522 or 12488584. OLE color: 12488584.

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

Color convert

RGB 136 143 190 -
CMYK 0.28 0.25 0 0.25
HSL 232.22º 0.29% 0.64% -
HSV(B) 232.22º 0.28% 0.75% -
XYZ 29.27 28.6 52.69 -
YUV 146.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 136 143 190 0.28 0.25 0 0.25 232.22 0.29 0.64
Hex 88 8F BE 1C 19 0 19 E8 1D 40
Octal 210 217 276 34 31 0 31 350 35 100
Binary 10001000 10001111 10111110 11100 11001 0 11001 11101000 11101 1000000

Color Harmonies of #888FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888FBE

Black with #888FBE

Text Example


Text Example

White with #888FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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