Html Css Color HEX #888DBE Wild Blue Yonder

📋 copy color: '#888DBE'

red 136 ◦ green 141 ◦ blue 190

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

Shades of Wild Blue Yonder #888DBE

Tints of Wild Blue Yonder #888DBE

RGB

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

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

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

R = 29.12%
G = 30.19%
B = 40.69%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#888DBE (or 0x888DBE) is known color: Wild Blue Yonder. HEX triplet: 88, 8D and BE. RGB value is (136,141,190). Sum of RGB (Red+Green+Blue) = 136+141+190=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #888DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888DBE is #777241. Grayscale: #909090. Windows color (decimal): -7828034 or 12488072. OLE color: 12488072.

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

Color convert

RGB 136 141 190 -
CMYK 0.28 0.26 0 0.25
HSL 234.44º 0.29% 0.64% -
HSV(B) 234.44º 0.28% 0.75% -
XYZ 28.97 28 52.59 -
YUV 145.09 153.34 121.52 -
System Red Green Blue C M Y K H S L
Decimal 136 141 190 0.28 0.26 0 0.25 234.44 0.29 0.64
Hex 88 8D BE 1C 1A 0 19 EA 1D 40
Octal 210 215 276 34 32 0 31 352 35 100
Binary 10001000 10001101 10111110 11100 11010 0 11001 11101010 11101 1000000

Color Harmonies of #888DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888DBE

Black with #888DBE

Text Example


Text Example

White with #888DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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