Html Css Color HEX #7B88CF Wild Blue Yonder

📋 copy color: '#7B88CF'

red 123 ◦ green 136 ◦ blue 207

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

Shades of Wild Blue Yonder #7B88CF

Tints of Wild Blue Yonder #7B88CF

RGB

 RED value IS 123 (48.44% from 255) = 26.39%

 GREEN value IS 136 (53.52% from 255) = 29.18%

 BLUE value IS 207 (81.25% from 255) = 44.42%

R = 26.39%
G = 29.18%
B = 44.42%

CMYK

 C value IS 0.41

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B88CF (or 0x7B88CF) is known color: Wild Blue Yonder. HEX triplet: 7B, 88 and CF. RGB value is (123,136,207). Sum of RGB (Red+Green+Blue) = 123+136+207=466 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.39% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B88CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B88CF is #847730. Grayscale: #8B8B8B. Windows color (decimal): -8681265 or 13600891. OLE color: 13600891.

HSL color Cylindrical-coordinate representation of color #7B88CF: hue angle of 230.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B88CF is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 136 207 -
CMYK 0.41 0.34 0 0.19
HSL 230.71º 0.47% 0.65% -
HSV(B) 230.71º 0.41% 0.81% -
XYZ 28.24 26.32 62.62 -
YUV 140.21 165.69 115.73 -
System Red Green Blue C M Y K H S L
Decimal 123 136 207 0.41 0.34 0 0.19 230.71 0.47 0.65
Hex 7B 88 CF 29 22 0 13 E7 2F 41
Octal 173 210 317 51 42 0 23 347 57 101
Binary 1111011 10001000 11001111 101001 100010 0 10011 11100111 101111 1000001

Color Harmonies of #7B88CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B88CF

Black with #7B88CF

Text Example


Text Example

White with #7B88CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B88CF; }

 p { color: rgb(123,136,207); }

 H1.HeaderClassName
 {
   color: #7B88CF;
 }
 .AnyTagClassName
 {
   color: #7B88CF;
 }
</style>

background-color css

<style>
 a { background-color: #7B88CF; }

 a { background-color: rgb(123,136,207); }

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

border-color css

<style>
 span { border-color: #7B88CF; }

 span { border-color: rgb(123,136,207); }

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