Html Css Color HEX #888FB3 Wild Blue Yonder

📋 copy color: '#888FB3'

red 136 ◦ green 143 ◦ blue 179

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

Shades of Wild Blue Yonder #888FB3

Tints of Wild Blue Yonder #888FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.08%

R = 29.69%
G = 31.22%
B = 39.08%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#888FB3 (or 0x888FB3) is known color: Wild Blue Yonder. HEX triplet: 88, 8F and B3. RGB value is (136,143,179). Sum of RGB (Red+Green+Blue) = 136+143+179=458 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.69% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 179 (70.31% from 255 or 39.08% from 458); Max value from RGB is 179 - color contains mainly: blue. Hex color #888FB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #888FB3 is #77704C. Grayscale: #909090. Windows color (decimal): -7827533 or 11767688. OLE color: 11767688.

HSL color Cylindrical-coordinate representation of color #888FB3: hue angle of 230.23º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #888FB3 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 136 143 179 -
CMYK 0.24 0.20 0 0.30
HSL 230.23º 0.22% 0.62% -
HSV(B) 230.23º 0.24% 0.7% -
XYZ 28.11 28.13 46.6 -
YUV 145.01 147.18 121.57 -
System Red Green Blue C M Y K H S L
Decimal 136 143 179 0.24 0.20 0 0.30 230.23 0.22 0.62
Hex 88 8F B3 18 14 0 1E E6 16 3E
Octal 210 217 263 30 24 0 36 346 26 76
Binary 10001000 10001111 10110011 11000 10100 0 11110 11100110 10110 111110

Color Harmonies of #888FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888FB3

Black with #888FB3

Text Example


Text Example

White with #888FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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