Html Css Color HEX #888CC0 Wild Blue Yonder

📋 copy color: '#888CC0'

red 136 ◦ green 140 ◦ blue 192

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

Shades of Wild Blue Yonder #888CC0

Tints of Wild Blue Yonder #888CC0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.91%

 BLUE value IS 192 (75.39% from 255) = 41.03%

R = 29.06%
G = 29.91%
B = 41.03%

CMYK

 C value IS 0.29

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#888CC0 (or 0x888CC0) is known color: Wild Blue Yonder. HEX triplet: 88, 8C and C0. RGB value is (136,140,192). Sum of RGB (Red+Green+Blue) = 136+140+192=468 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.06% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 192 - color contains mainly: blue. Hex color #888CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888CC0 is #77733F. Grayscale: #909090. Windows color (decimal): -7828288 or 12618888. OLE color: 12618888.

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

Color convert

RGB 136 140 192 -
CMYK 0.29 0.27 0 0.25
HSL 235.71º 0.31% 0.64% -
HSV(B) 235.71º 0.29% 0.75% -
XYZ 29.05 27.8 53.7 -
YUV 144.73 154.67 121.77 -
System Red Green Blue C M Y K H S L
Decimal 136 140 192 0.29 0.27 0 0.25 235.71 0.31 0.64
Hex 88 8C C0 1D 1B 0 19 EC 1F 40
Octal 210 214 300 35 33 0 31 354 37 100
Binary 10001000 10001100 11000000 11101 11011 0 11001 11101100 11111 1000000

Color Harmonies of #888CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888CC0

Black with #888CC0

Text Example


Text Example

White with #888CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,140,192); }

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

background-color css

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

 a { background-color: rgb(136,140,192); }

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

border-color css

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

 span { border-color: rgb(136,140,192); }

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